It is possible your RTL model is written in Verilog. Verilog works fine for synthesis,
but you may find VHDL is better supported for board-level verification. If so, don’t
worry. The exact same wrapper will work for Verilog RTL. As long as you have a
bilingual simulator and you make the port names in the component declaration
match those in your Verilog module, there is no difference:
COMPONENT fpga299
PORT (
CLR_L:INstd_logic;
OE1_L:INstd_logic;
OE2_L:INstd_logic;
S0:INstd_logic;
S1:INstd_logic;
CLK:INstd_logic;
IO: INOUTstd_logic_vector(7 downto 0);
Q0:OUTstd_logic;
Q7:OUTstd_logic;
SL:INstd_logic;
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.