-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .tool-versions file and .core file, clean up print statements
- Loading branch information
1 parent
186939f
commit d6c2222
Showing
5 changed files
with
40 additions
and
7 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 @@ | ||
python 3.9.7 |
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,31 @@ | ||
CAPI=2: | ||
name: midimaster21b:bfm:i2c:0.1.0 | ||
description: A basic i2c BFM | ||
|
||
filesets: | ||
rtl: | ||
files: | ||
- src/rtl/i2c_slave_bfm.sv | ||
- src/rtl/i2c_master_bfm.sv | ||
file_type: systemVerilogSource | ||
|
||
tb: | ||
files: | ||
- src/tb/i2c_tb.sv | ||
file_type: systemVerilogSource | ||
|
||
targets: | ||
# Special FuseSoC target | ||
default: &default | ||
default_tool: vivado | ||
filesets: | ||
- rtl | ||
|
||
# Simulation target | ||
sim: | ||
<<: *default | ||
description: Simulate the design | ||
default_tool: xsim | ||
filesets_append: | ||
- tb | ||
toplevel: i2c_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
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