Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
White Rabbit core collection
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
30
Issues
30
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
White Rabbit core collection
Commits
94c94685
Commit
94c94685
authored
May 08, 2019
by
Grzegorz Daniluk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix txtsu and nic simulation drivers after the move from wr-switch-hdl
parent
3dcac448
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
simdrv_txtsu.svh
sim/simdrv_txtsu.svh
+1
-1
simdrv_wr_nic.svh
sim/simdrv_wr_nic.svh
+1
-1
No files found.
sim/simdrv_txtsu.svh
View file @
94c94685
...
...
@@ -4,7 +4,7 @@
`timescale
1
ns
/
1
ps
`include
"simdrv_defs.svh"
`include
"
regs/
txtsu_regs.vh"
`include
"txtsu_regs.vh"
class
CSimDrv_TXTSU
;
...
...
sim/simdrv_wr_nic.svh
View file @
94c94685
...
...
@@ -8,7 +8,7 @@
`include
"wb_packet_source.svh"
`include
"wb_packet_sink.svh"
`include
"
regs/
nic_regs.vh"
`include
"nic_regs.vh"
`define
MAX_PACKET_SIZE 1536
...
...
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