-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from andrewboutros/dev-gtrieu
RTL Co-Simulation
- Loading branch information
Showing
58 changed files
with
1,735 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
sudo apt-get update && apt-get upgrade -y | ||
sudo apt install git help2man perl python3 make autoconf g++ flex bison ccache | ||
sudo apt install libgoogle-perftools-dev numactl perl-doc | ||
sudo apt install libfl2 | ||
sudo apt install libfl-dev | ||
sudo apt install zlibc zlib1g zlib1g-dev | ||
|
||
git clone https://github.com/verilator/verilator | ||
unset VERILATOR_ROOT # For bash | ||
cd verilator | ||
autoconf # Create ./configure script | ||
./configure # Configure and create Makefile | ||
make -j `nproc` # Build Verilator itself (if error, try just 'make') | ||
sudo make install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
layer0_mvm0 0 5 axis | ||
layer0_mvm1 0 13 axis | ||
layer1_mvm0 0 15 axis | ||
layer1_mvm1 0 7 axis | ||
layer2_mvm0 0 2 axis | ||
input_dispatcher0 0 14 axis | ||
input_dispatcher1 0 8 axis | ||
output_collector 0 9 axis | ||
weight_loader 0 10 axis | ||
layer0_mvm0 0 12 axis | ||
layer0_mvm1 0 2 axis | ||
layer1_mvm0 0 10 axis | ||
layer1_mvm1 0 14 axis | ||
layer2_mvm0 0 8 axis | ||
input_dispatcher0 0 0 axis | ||
input_dispatcher1 0 13 axis | ||
output_collector 0 7 axis | ||
weight_loader 0 6 axis | ||
inst_loader 0 4 axis |
Oops, something went wrong.