Skip to content

Commit b8d5f3c

Browse files
committed
fixed AXO_MODEL_V6 index, udpated TOPO_MODEL_HHBBWW_1MU_V5 index
1 parent f2ce457 commit b8d5f3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

firmware/hdl/packages/gtl_pkg.vhd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ constant AXO_MODEL_V1: natural := 1;
9191
constant AXO_MODEL_V3: natural := 3;
9292
constant AXO_MODEL_V4: natural := 4;
9393
constant AXO_MODEL_V5: natural := 5;
94-
constant AXO_MODEL_V6: natural := 5;
94+
constant AXO_MODEL_V6: natural := 6;
9595
constant TOPO_MODEL_BASE_V1: natural := 100;
96-
constant TOPO_MODEL_HHBBWW_1MU_V5: natural := 105;
96+
constant TOPO_MODEL_HHBBWW_1MU_V5: natural := 101;
9797

9898
-- Fixed pipeline structure
9999
constant BX_PIPELINE_STAGES: natural := 5; -- +/- 2bx pipeline

0 commit comments

Comments
 (0)