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

Add version number in RDL

* Also remove the ID field
parent c0ac4641
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,6 @@ begin
);
addrmap_w.ID.data.data <= C_ID;
addrmap_w.VERSION.data.data <= C_VERSION;
addrmap_w.SFP.RXLOS.data(0) <= sfp_rx_los;
addrmap_w.SFP.MODABS.data(0) <= sfp_mod_abs;
......
......@@ -7,6 +7,12 @@ addrmap combpm {
name="BPM protocol decoder controller";
reg {
field {
hw=w;sw=r;
} data[32];
} VERSION;
reg {
name="SFP status and control";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment