Added optimzide argument

This commit is contained in:
xeovalyte 2025-02-20 13:11:23 +01:00
parent 7752316651
commit 668f279d13
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:kSQDrQDmKzljJzfGYcd3m9RqHi4h8rSwkZ3sQ9kBURo
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -15,6 +15,7 @@ work
transcript transcript
*.wlf *.wlf
*.vstf *.vstf
*.fst
# pre-commit # pre-commit

View File

@ -42,7 +42,7 @@
fi fi
# Open the VCD file with GTKWave # Open the VCD file with GTKWave
gtkwave output.vcd gtkwave --optimize output.vcd
''; '';
enterShell = '' enterShell = ''