Added optimzide argument
This commit is contained in:
parent
7752316651
commit
668f279d13
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,6 +15,7 @@ work
|
|||||||
transcript
|
transcript
|
||||||
*.wlf
|
*.wlf
|
||||||
*.vstf
|
*.vstf
|
||||||
|
*.fst
|
||||||
|
|
||||||
|
|
||||||
# pre-commit
|
# pre-commit
|
||||||
|
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user