-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:pulp-platform/riscv
- Loading branch information
Showing
2 changed files
with
0 additions
and
44 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 |
---|---|---|
@@ -1,25 +1,3 @@ | ||
############################################################################### | ||
## Title : testbench starter script (with GUI) | ||
## Project : Approximate Cholesky Solver | ||
## Purpose : compiles all sources and generates the testvectors | ||
## Author : Michael Schaffner ([email protected]) | ||
############################################################################### | ||
## File ID : $Id: tb.do 756 2014-06-20 12:41:06Z michscha $ | ||
## SVN Rev. : $Revision: 756 $ | ||
## Date: : $Date: 2014-06-20 14:41:06 +0200 (Fri, 20 Jun 2014) $ | ||
## Modified by : $Author: michscha $ | ||
############################################################################### | ||
## Major Changes: | ||
## Date | Author | Description | ||
## 2014/01/18 | schaffner | created | ||
############################################################################### | ||
## Description: | ||
## | ||
## | ||
############################################################################### | ||
## Copyright (c) 2014 Disney Research Zurich, Integrated Systems Lab ETH Zurich | ||
############################################################################### | ||
|
||
#vsim -sva -assertdebug -t ps tb | ||
vsim -voptargs="+acc" -t ps tb | ||
|
||
|
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,25 +1,3 @@ | ||
############################################################################### | ||
## Title : testbench starter script (no GUI) | ||
## Project : Approximate Cholesky Solver | ||
## Purpose : compiles all sources and generates the testvectors | ||
## Author : Michael Schaffner ([email protected]) | ||
############################################################################### | ||
## File ID : $Id: tb_nogui.do 756 2014-06-20 12:41:06Z michscha $ | ||
## SVN Rev. : $Revision: 756 $ | ||
## Date: : $Date: 2014-06-20 14:41:06 +0200 (Fri, 20 Jun 2014) $ | ||
## Modified by : $Author: michscha $ | ||
############################################################################### | ||
## Major Changes: | ||
## Date | Author | Description | ||
## 2014/01/18 | schaffner | created | ||
############################################################################### | ||
## Description: | ||
## | ||
## | ||
############################################################################### | ||
## Copyright (c) 2014 Disney Research Zurich, Integrated Systems Lab ETH Zurich | ||
############################################################################### | ||
|
||
vsim -t ps \ | ||
tb | ||
|
||
|