Skip to content

Commit

Permalink
Integrate new_usb_tb into Bender
Browse files Browse the repository at this point in the history
  • Loading branch information
fhaus1 committed Nov 29, 2024
1 parent b7cd0fa commit 82f6326
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ sources:
- target/sim/src/tb_cheshire_pkg.sv
- target/sim/src/fixture_cheshire_soc.sv
- target/sim/src/tb_cheshire_soc.sv
- hw/newusb_tb/new_usb_tb.sv

- target: all(fpga, xilinx)
files:
Expand Down
13 changes: 13 additions & 0 deletions target/sim/vsim/start.newusb.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2022 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Fabian Hauser <[email protected]>

set TESTBENCH new_usb_tb

# tclint-disable-next-line command-args
eval "vsim -c ${TESTBENCH} -t 1ps"

set StdArithNoWarnings 1
set NumericStdNoWarnings 1

0 comments on commit 82f6326

Please sign in to comment.