ibex/shared/rtl/sim
Rupert Swarbrick a0c5f5e4d3 Remove initialisation for sim_finish in simulator_ctrl.sv
This initialisation causes Xcelium to complain about multiple drivers
for the variable. Which is rather confusing, but we don't actually
need to initialise it: the variable will be X at the start of time, so
the logic that stops the simulation if it gets big won't fire until
after reset anyway.
2023-07-13 11:49:47 +00:00
..
simulator_ctrl.sv Remove initialisation for sim_finish in simulator_ctrl.sv 2023-07-13 11:49:47 +00:00