Altera_Forum
Honored Contributor
14 years agoModelsim and macro
Hello
I'm getting some trouble in modelsim. I try to simulate my circuit and I've done a .do to simulate. This line is not working. force gf5 0 0, 0 3us, 1 3us, 1 3us, 1 3us, 0 3us
run 15 us My wave form for GF5 is stuck at 0. In my VHDL file the line where GF5 is concerned are: gf5 : in std_logic;
...
logo_r <= not(gf5) and bf2;
logo_g <= gf5; I really don't understand. When I manually force GF5 (right click in modelsim) it works.