Skip to content
Snippets Groups Projects
Commit b6257ca4 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added unb2 version in comment per FPGA IP version.

parent 7c3f4c88
No related branches found
No related tags found
1 merge request!192Corrected missing quote that causes the compile to fail. I do not understand...
...@@ -47,8 +47,8 @@ PACKAGE technology_pkg IS ...@@ -47,8 +47,8 @@ PACKAGE technology_pkg IS
CONSTANT c_tech_virtex7 : INTEGER := 4; -- e.g. used on Roach3 for Casper CONSTANT c_tech_virtex7 : INTEGER := 4; -- e.g. used on Roach3 for Casper
CONSTANT c_tech_arria10 : INTEGER := 5; -- e.g. used on UniBoard2 first proto (1 board version "00" may 2015) CONSTANT c_tech_arria10 : INTEGER := 5; -- e.g. used on UniBoard2 first proto (1 board version "00" may 2015)
CONSTANT c_tech_arria10_e3sge3 : INTEGER := 6; -- e.g. used on UniBoard2 second run (7 boards version "01" dec 2015) CONSTANT c_tech_arria10_e3sge3 : INTEGER := 6; -- e.g. used on UniBoard2 second run (7 boards version "01" dec 2015)
CONSTANT c_tech_arria10_e1sg : INTEGER := 7; -- e.g. used on UniBoard2 third run (5 'ARTS' boards version "01" feb 2017) CONSTANT c_tech_arria10_e1sg : INTEGER := 7; -- e.g. used on UniBoard2b third run (5 ARTS boards version "01" feb 2017)
CONSTANT c_tech_arria10_e2sg : INTEGER := 8; -- e.g. used on UniBoard2 third run (5 'ARTS' boards version "01" feb 2017) CONSTANT c_tech_arria10_e2sg : INTEGER := 8; -- e.g. used on UniBoard2c (2 LOFAR2.0 SDP boards version "11" f 2021)
CONSTANT c_tech_nof_technologies : INTEGER := 9; CONSTANT c_tech_nof_technologies : INTEGER := 9;
-- Functions -- Functions
......
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