-
Notifications
You must be signed in to change notification settings - Fork 13
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 #83 from pulp-platform/aottaviano/weekly-tag
Bump cheshire dependency
- Loading branch information
Showing
4 changed files
with
19 additions
and
10 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ package: | |
dependencies: | ||
register_interface: { git: https://github.com/pulp-platform/register_interface.git, rev: 2bb08879bc2ceabe2b6a0dc283753048a739e27b } # branch: main until newer version tag later than v0.4.0 | ||
axi: { git: https://github.com/pulp-platform/axi.git, version: 0.39.0-beta.9 } # overridden in Bender.local to use axi-rt feature | ||
cheshire: { git: https://github.com/pulp-platform/cheshire.git, rev: 3b773c80985294375421c8f8ad57c009c74b3d46 } # branch: aottaviano/cva6-clic | ||
cheshire: { git: https://github.com/pulp-platform/cheshire.git, rev: e5fc1ea4035cbb99a32c7d49f39745861df1c152 } # branch: aottaviano/cva6-clic | ||
hyperbus: { git: https://github.com/pulp-platform/hyperbus.git, rev: 2adb7271438cdb96c19fbaf3e2a6bf89ffeee568 } # branch: lv/phys_in_use | ||
car_l2: { git: [email protected]:carfield/carfield_l2_mem.git, rev: 4239b2a510d65aa110bcc8a070e434cabd1a8b9a } # branch: main | ||
safety_island: { git: [email protected]:carfield/safety-island.git, rev: 60e768a3ef29f47339e31674d497293f5a768893 } # branch: atops | ||
|
@@ -62,6 +62,15 @@ sources: | |
files: | ||
- target/synth/carfield_synth_wrap.sv | ||
|
||
- target: intel16_elab_only | ||
files: | ||
- nonfree/intel16/sourcecode/tc_clk.sv | ||
- nonfree/intel16/sourcecode/tc_sram.sv | ||
- nonfree/intel16/sourcecode/tc_pads.sv | ||
- nonfree/intel16/sourcecode/generic_delay_D4_O1_3P750_CG0.sv | ||
- nonfree/intel16/sourcecode/tc_sram_impl.sv | ||
- nonfree/intel16/sourcecode/sync.sv | ||
|
||
vendor_package: | ||
- name: reggen | ||
target_dir: "utils" | ||
|
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 |
---|---|---|
|
@@ -72,11 +72,11 @@ endif | |
###################### | ||
|
||
CAR_NONFREE_REMOTE ?= [email protected]:carfield/carfield-nonfree.git | ||
CAR_NONFREE_COMMIT ?= 5b6b7ed7c08ec079a6725f6b2c3ddf69fea3ba16 | ||
CAR_NONFREE_COMMIT ?= c75d038822b71a7a52fb24f98d967f0bf1c7f3c6 | ||
|
||
## Clone the non-free verification IP for the Carfield TB | ||
car-nonfree-init: | ||
git clone $(CAR_NONFREE_REMOTE) nonfree | ||
git clone $(CAR_NONFREE_REMOTE) $(CAR_ROOT)/nonfree | ||
cd nonfree && git checkout $(CAR_NONFREE_COMMIT) | ||
cd nonfree/intel16 && icdesign intel16 -update all -nogui | ||
|
||
|
@@ -144,8 +144,7 @@ scripts/carfield_compile.tcl: | |
car-sim-init: chs-sim-init $(CAR_ROOT)/tb/hyp_vip scripts/carfield_compile.tcl | ||
|
||
## @section Carfield SoC Simulation | ||
## Compile the Carfield RTL using Questasim. In order to compile the TB you first have to run the | ||
## car-nonfree-init target. | ||
## Compile the Carfield RTL using Questasim. | ||
car-hw-build: car-sim-init | ||
$(QUESTA) vsim -c -do "source scripts/carfield_compile.tcl; exit" | ||
|
||
|