Skip to content
Snippets Groups Projects
Commit d66d1064 authored by BRONES Romain's avatar BRONES Romain
Browse files

Correction on RDL

parent 3628b4ea
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,6 @@ addrmap COMCELLNODE { ...@@ -8,10 +8,6 @@ addrmap COMCELLNODE {
xil_ethsubsyst ETH @0x1000; xil_ethsubsyst ETH @0x1000;
reg {
} CONTROL;
// MAC address // MAC address
reg { reg {
field {hw=r; sw=rw;} MAC[32]; field {hw=r; sw=rw;} MAC[32];
...@@ -44,8 +40,8 @@ addrmap COMCELLNODE { ...@@ -44,8 +40,8 @@ addrmap COMCELLNODE {
} PACKETER_COUNT; } PACKETER_COUNT;
reg { reg {
field {hw=w; sw=r; rclkr; sticky;} SEQUENCE; field {hw=w; sw=r; rclr; sticky;} SEQUENCE;
field {hw=w; sw=r; rclkr; sticky;} TIMEOUT; field {hw=w; sw=r; rclr; sticky;} TIMEOUT;
} PACKETER_ERROR; } PACKETER_ERROR;
reg { reg {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment