mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-11-30 12:00:18 +08:00
-cleanlib
This commit is contained in:
parent
5ed72c77bc
commit
4891a87ce7
|
@ -13,8 +13,10 @@ The optimizer is once again causing issues.
|
|||
|
||||
My recommendation is to use `qrun` and do things in the terminal with `assert`s instead of trying to do it graphically using the verification diagrams. It also is much quicker.
|
||||
|
||||
For some reason, I can't get incremental compilation working and it just causes more issuse than the time it saves right now, since it results in changes not affecting the simulation, so for now I am cleanly rebuilding each simulation.
|
||||
|
||||
```cmd
|
||||
qrun main.vhd -optimize -simulate -top <Your top level element>
|
||||
qrun main.vhd -optimize -simulate -cleanlib -top <Your top level element>
|
||||
```
|
||||
|
||||
## No objects appearing in modelsim/questa for testbenches
|
||||
|
|
Loading…
Reference in New Issue
Block a user