You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simulation packages are not (and will not) be supported by Xilinx ISE, because of a bad shared variable implementation. We will drop the support for VHDL-93 testbenches. We still hope for a correct VHDL-2008 in future Xilinx Vivado Simulator releases.
Rename globalSimulationStatus to globalSimStatus or SimStatus
As all global VHDL-93 variables are removed (prefixed with global_) the name can be chooses shorter.
alter sim_simulation.v08.vhdl and sim_waveform.vhdl
review all testbenches
Write a PoC.arith.prng testbench for Xilinx ISE Simulator without simulation package helper usage, so the Python infrastructure can still be tested with this testbench.
Manual assertion counting
Manual report generation [PASSED | FAILED]
The text was updated successfully, but these errors were encountered:
The simulation packages are not (and will not) be supported by Xilinx ISE, because of a bad shared variable implementation. We will drop the support for VHDL-93 testbenches. We still hope for a correct VHDL-2008 in future Xilinx Vivado Simulator releases.
Work Items:
sim_random.v93.vhdl
sim_simulation.v93.vhdl
sim_unprotected.v93.vhdl
*.files
files.sim_random.v08.vhdl
- remove commented wrappers ("procedural interface")sim_simulation.v08.vhdl
globalSimulationStatus
toglobalSimStatus
orSimStatus
As all global VHDL-93 variables are removed (prefixed with
global_
) the name can be chooses shorter.sim_simulation.v08.vhdl
andsim_waveform.vhdl
The text was updated successfully, but these errors were encountered: