Skip to content

Commit

Permalink
Recompile newusb_tb for faster workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fhaus1 committed Nov 29, 2024
1 parent 82f6326 commit fc3e407
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions target/sim/vsim/recompile.newusb.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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]>
#
# Recompile only newusb (way faster)

vlog -work work -sv ../../../hw/newusb_tb/new_usb_tb.sv
3 changes: 1 addition & 2 deletions target/sim/vsim/start.newusb.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

set TESTBENCH new_usb_tb

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

set StdArithNoWarnings 1
set NumericStdNoWarnings 1
set NumericStdNoWarnings 1

0 comments on commit fc3e407

Please sign in to comment.