-
Notifications
You must be signed in to change notification settings - Fork 329
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 #307 from efabless/update_caravel_cocotb_ver
Update Makefile to pip caravel-cocotb
- Loading branch information
Showing
33 changed files
with
445 additions
and
86 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
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,7 +1,7 @@ | ||
from hello_world.hello_world import hello_world | ||
from hello_world_uart.hello_world_uart import hello_world_uart | ||
from counter_tests.counter_wb.counter_wb import counter_wb | ||
from counter_tests.counter_la.counter_la import counter_la | ||
from counter_tests.counter_la_reset.counter_la_reset import counter_la_reset | ||
from counter_tests.counter_la_clk.counter_la_clk import counter_la_clk | ||
from user_proj_tests.counter_wb.counter_wb import counter_wb | ||
from user_proj_tests.counter_la.counter_la import counter_la | ||
from user_proj_tests.counter_la_reset.counter_la_reset import counter_la_reset | ||
from user_proj_tests.counter_la_clk.counter_la_clk import counter_la_clk | ||
from gpio_test.gpio_test import gpio_test |
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
verilog/dv/cocotb/counter_tests/counter_la_clk/counter_la_clk.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
verilog/dv/cocotb/counter_tests/counter_la_reset/counter_la_reset.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,37 +1,9 @@ | ||
# yaml file contain general design information that would mostly need to be updated in the first run only | ||
|
||
#eg CARAVEL_ROOT: "/usr/Desktop/caravel_project/caravel/" | ||
#like repo https://github.com/efabless/caravel | ||
# CARAVEL_ROOT: "/home/usr/caravel/swift/swift2" | ||
CARAVEL_ROOT: /home/usr/caravel/caravel | ||
|
||
#eg MCW_ROOT: "/usr/Desktop/caravel_project/caravel_mgmt_soc_litex/" | ||
#like repo https://github.com/efabless/caravel_mgmt_soc_litex | ||
# MCW_ROOT: "/home/usr/caravel/swift/swift2" | ||
MCW_ROOT: /home/usr/caravel/caravel_mgmt_soc_litex/ | ||
|
||
#eg USER_PROJECT_ROOT: "/usr/Desktop/caravel_project/caravel_user_project/" | ||
#like repo https://github.com/efabless/caravel_user_project | ||
USER_PROJECT_ROOT: /home/usr/caravel/caravel_user_project/ | ||
# USER_PROJECT_ROOT: "/home/usr/caravel/swift/caravel_user_project" | ||
# USER_PROJECT_ROOT: None | ||
# USER_PROJECT_ROOT: None | ||
|
||
|
||
|
||
#eg PDK_ROOT: "/usr/Desktop/caravel_project/pdk/" | ||
#exported by volare | ||
PDK_ROOT: /home/usr/pdk | ||
|
||
#eg PDK: "sky130A" | ||
CARAVEL_ROOT: /usr/caravel_user_project/caravel | ||
MCW_ROOT: /usr/caravel_user_project/mgmt_core_wrapper | ||
PDK: sky130A | ||
#PDK: gf180mcuC | ||
|
||
#clock in ns | ||
clk: 25 | ||
|
||
# true when caravan are simulated instead of caravel | ||
PDK_ROOT: /usr/pdk | ||
USER_PROJECT_ROOT: /usr/caravel_user_project | ||
caravan: false | ||
|
||
# optional email address to send the results to | ||
emailto: [None] | ||
clk: 25 | ||
emailto: | ||
- null |
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
File renamed without changes.
15 changes: 15 additions & 0 deletions
15
...otb/counter_tests/counter_la/counter_la.c → ...b/user_proj_tests/counter_la/counter_la.c
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
Oops, something went wrong.