Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
efb2e335
"src/include/blockwise_4d_tensor_op.hpp" did not exist on "2c9b8c2432ffe2eceba32d07ce8b0e467dd4538e"
Commit
efb2e335
authored
Sep 09, 2020
by
Antoine Kaufmann
Browse files
Update README
parent
89eaa309
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
README.md
README.md
+12
-7
No files found.
README.md
View file @
efb2e335
...
@@ -2,13 +2,18 @@
...
@@ -2,13 +2,18 @@
Code structure:
Code structure:
-
`proto/`
: protocol definitions for PCIe and Ethernet channels
-
`proto/`
: protocol definitions for PCIe and Ethernet channels
-
`nicsim_common/`
: helper library for NIC simulations
-
NIC Simulators:
-
`dummy_nic/`
: dummy device illustrating PIO with cosim-pci interface
+
`dummy_nic/`
: dummy device illustrating PIO with cosim-pci interface
-
`corundum/`
: verilator-based cycle accurate Corundum model
+
`corundum/`
: verilator-based cycle accurate Corundum model
-
`corundum_bm/`
: C++ behavioral model for Corundum
+
`corundum_bm/`
: C++ behavioral model for Corundum
-
`netsim_common/`
: helper library for network simulations
+
`i40e_bm/`
: Intel XL710 behavioral model
-
`net_tap/`
: Linux tap interface connector for Ethernet channel
-
Network Simulators:
-
`net_wire/`
: Ethernet wire, connects to Ethernet channels together:w
+
`net_tap/`
: Linux tap interface connector for Ethernet channel
+
`net_wire/`
: Ethernet wire, connects to Ethernet channels together:w
-
Helper Libraries:
+
`nicsim_common/`
: helper library for NIC simulations
+
`netsim_common/`
: helper library for network simulations
+
`libnicbm/`
: helper library for behavioral nic models
# Building
# Building
-
External dependencies for qemu:
`libglib2.0-dev libpixman-1-dev`
-
External dependencies for qemu:
`libglib2.0-dev libpixman-1-dev`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment