From 4891a87ce716cb5ee80169ce5b8041c49232c96d Mon Sep 17 00:00:00 2001 From: Peter Tanner Date: Mon, 19 Aug 2024 05:48:29 +0800 Subject: [PATCH] -cleanlib --- _posts/2024-08-19-ELEC4406ELEC2311-notes-and-tips.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/2024-08-19-ELEC4406ELEC2311-notes-and-tips.md b/_posts/2024-08-19-ELEC4406ELEC2311-notes-and-tips.md index 360ab14..b002c1d 100644 --- a/_posts/2024-08-19-ELEC4406ELEC2311-notes-and-tips.md +++ b/_posts/2024-08-19-ELEC4406ELEC2311-notes-and-tips.md @@ -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 +qrun main.vhd -optimize -simulate -cleanlib -top ``` ## No objects appearing in modelsim/questa for testbenches