- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have attached my testbench and counter code as a simple example. Im new to quartus II, so please do pardon if it is very simple to operate. I am too used to programming in C and having the benefit of printf for debugging.
i created the testbench by creating waveforms and modifiying them in modelsim program.Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The testbench neither toggles the clock nor generates a reset signal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May i know how should I correct it? Ty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How about by writing some code to generate a clock and a reset? something like:
clk <= not clk after 10 ns; --50 MHz clock reset <= '1', '0' after 50 ns;
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