Skip to content

Commit

Permalink
Updated to icarus as default build
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio da Silva <anderson@aignacio.com>
  • Loading branch information
aignacio committed Jun 18, 2024
1 parent a1cc2f8 commit 3ef74cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
@nox.session(python=["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"], reuse_venv=True)
def run(session):
session.env["DUT"] = "ahb_template"
# session.env["SIM"] = "icarus"
session.env["SIM"] = "icarus"
# session.env["COCOTB_LOG_LEVEL"] = "debug"
session.env['SIM'] = "verilator"
# session.env['SIM'] = "verilator"
session.env["TIMEPREC"] = "1ps"
session.env["TIMEUNIT"] = "1ns"
session.install(
Expand Down

0 comments on commit 3ef74cc

Please sign in to comment.