Altera_Forum
Honored Contributor
14 years agoSignal Assignment Delay
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.