- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok I've understood my mistake.
force GF5 0 0, 0 3us, 1 3us, 1 3us, 1 3us, 0 3us I thought the number in bold was the duration. It is the moment when it switch. I let the post for those who made the same mistake (hope I'm not the only one :().
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page