- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm working on simulating my project within Altera Quartus 11, using ModelSim Altera. I'm using VHDL code to simulate the design. I'm giving a signal assignment to one of the inputs, but my reference output on the same channel is roughly taking 6.5ns to update. I would post the waveform and schematic, but being a new member, i'm unable to. The two signals i'm referring to are mux_vcc (input) and mux_test (output), which are both connected to the same channel. Although in my VHDL code i'm assigning mux_vcc (input) as 0, mux_test (output) is 1 at the very start of the simulation, and only becomes 0 6.5ns into the simulation. I was wondering if someone would please be able to help me out in removing this delay, as one of the purposes of my circuit is to detect the first 1 bit, and this issue means i'm unable to confirm it's performance. Any help would be greatly appreciated. Thanks.Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
are you doing a timing/gate level simulation? 6.5ns sounds about right
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- are you doing a timing/gate level simulation? 6.5ns sounds about right --- Quote End --- Yes, i am doing a gate level simulation, but i was looking for a way in which i could simulate the design without this delay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
just do an RTL simulation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- just do an RTL simulation --- Quote End --- Ok, thanks for the help. I was wondering though, is it possible to do an RTL simulation with VHDL language, as i get this error when attempting this simulation:
Info: Start Nativelink Simulation process
Error: NativeLink did not detect any HDL files in the project
Error: NativeLink simulation flow was NOT successful
================The following additional information is provided to help identify the cause of error while running nativelink scripts=================
Nativelink TCL script failed with errorCode: NONE
Nativelink TCL script failed with errorInfo: NativeLink did not detect any HDL files in the project
invoked from within
"if ! {
nl_postmsg error "Error: Run Analysis and Elaboration successfully before starting RTL NativeLink Simulation"..."
(procedure "run_eda_simulation_tool" line 191)
invoked from within
"run_eda_simulation_tool eda_opts_hash"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ignore my last post. I managed to find the solution to this in an old thread. Thanks for the help.

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