Commit 94c94685 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

fix txtsu and nic simulation drivers after the move from wr-switch-hdl

parent 3dcac448
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
`timescale 1ns/1ps `timescale 1ns/1ps
`include "simdrv_defs.svh" `include "simdrv_defs.svh"
`include "regs/txtsu_regs.vh" `include "txtsu_regs.vh"
class CSimDrv_TXTSU; class CSimDrv_TXTSU;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
`include "wb_packet_source.svh" `include "wb_packet_source.svh"
`include "wb_packet_sink.svh" `include "wb_packet_sink.svh"
`include "regs/nic_regs.vh" `include "nic_regs.vh"
`define MAX_PACKET_SIZE 1536 `define MAX_PACKET_SIZE 1536
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment