Skip to content

Commit

Permalink
Verilator flags (#1630)
Browse files Browse the repository at this point in the history
* Verilator flags

* Remove Verilator flag
  • Loading branch information
alaindargelas committed Jun 26, 2024
1 parent 92f77e8 commit 4734c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Simulation/Simulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ std::string Simulator::SimulatorCompilationOptions(SimulationType simulation,
"-Wno-UNUSEDSIGNAL "
"-Wno-TIMESCALEMOD "
"-Wno-WIDTH -Wno-fatal -Wno-BLKANDNBLK -Wno-BLKLOOPINIT "
"-Wno-MULTIDRIVEN -DSIM_VERILATOR";
"-Wno-MULTIDRIVEN ";
if (simulation == SimulationType::PNR ||
simulation == SimulationType::Gate)
options += "--timing ";
Expand Down

0 comments on commit 4734c48

Please sign in to comment.