Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabled testing all barrel-only TCs.
Browse files Browse the repository at this point in the history
aehart committed Jan 17, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 247eafc commit 8cdd16e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions project/script_TC.tcl
Original file line number Diff line number Diff line change
@@ -6,11 +6,8 @@
# get some information about the executable and environment
source env_hls.tcl

# FIXME: debug following modules and add to list of modules to test:
# TC_L1L2A
# TC_L2L3D
# TC_L3L4C
set modules_to_test {
{TC_L1L2A}
{TC_L1L2B}
{TC_L1L2C}
{TC_L1L2D}
@@ -25,8 +22,10 @@ set modules_to_test {
{TC_L2L3A}
{TC_L2L3B}
{TC_L2L3C}
{TC_L2L3D}
{TC_L3L4A}
{TC_L3L4B}
{TC_L3L4C}
{TC_L3L4D}
{TC_L5L6A}
{TC_L5L6B}

0 comments on commit 8cdd16e

Please sign in to comment.