Skip to content

Commit

Permalink
add smart-peripheral if, im2col acc, and Verifheep flow (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi2898 <luigi.giuffrida.98@gmail.com>
  • Loading branch information
TommiTerza and LuigiGiuffrida98 authored Oct 1, 2024
1 parent 7d5bdf5 commit 83f1563
Show file tree
Hide file tree
Showing 85 changed files with 9,922 additions and 2,493 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sim-apps-job/test_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BColors:

# Define parameters for the test_apps.py script
SIMULATOR = "verilator"
SIM_TIMEOUT_S = 120
SIM_TIMEOUT_S = 600
LINKER = "on_chip"
COMPILER = "gcc"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/simulate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ jobs:
make clean-all
sed 's/is_included: "no",/is_included: "yes",/' -i mcu_cfg.hjson
sed 's/num_channels: 0x1,/num_channels: 0x4,/' -i mcu_cfg.hjson
sed 's/num_channels_per_master_port: 0x1,/num_channels_per_master_port: 0x4,/' -i mcu_cfg.hjson
make mcu-gen MEMORY_BANKS=6
python3 .github/workflows/sim-apps-job/test_apps.py
4 changes: 2 additions & 2 deletions configs/ci.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
name: code
start: 0
#minimum size for freeRTOS and clang
size: 0x00000D800
size: 0x00000E800
},
{
name: data
start: 0x00000D800
start: 0x00000E800
}
]
}
4 changes: 2 additions & 2 deletions configs/example_interleaved.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
name: code
start: 0
// minimum size for freeRTOS and clang
size: 0x00000D800
size: 0x00000E800
},
{
name: data
start: 0x00000D800
start: 0x00000E800
}
]
}
4 changes: 2 additions & 2 deletions configs/general.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
name: code
start: 0
#minimum size for freeRTOS and clang
size: 0x00000D800
size: 0x00000E800
},
{
name: data
start: 0x00000D800
start: 0x00000E800
}
]
}
4 changes: 2 additions & 2 deletions configs/testall.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
name: code
start: 0
#minimum size for freeRTOS and clang
size: 0x00000D800
size: 0x00000E800
},
{
name: data
start: 0x00000D800
start: 0x00000E800
}
]
}
Loading

0 comments on commit 83f1563

Please sign in to comment.