Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
21618 Discussions

Signal Assignment Delay

Altera_Forum
Honored Contributor II
1,417 Views

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.
0 Kudos
5 Replies
Altera_Forum
Honored Contributor II
657 Views

are you doing a timing/gate level simulation? 6.5ns sounds about right

0 Kudos
Altera_Forum
Honored Contributor II
657 Views

 

--- 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.
0 Kudos
Altera_Forum
Honored Contributor II
657 Views

just do an RTL simulation

0 Kudos
Altera_Forum
Honored Contributor II
657 Views

 

--- 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"
0 Kudos
Altera_Forum
Honored Contributor II
657 Views

Ignore my last post. I managed to find the solution to this in an old thread. Thanks for the help.

0 Kudos
Reply