Tests: Remove old hack from before unpacked structs

This commit is contained in:
Wilson Snyder 2023-10-14 18:28:47 -04:00
parent fa8eaf7355
commit b5a6b34968

View File

@ -6,12 +6,6 @@
// Contributed by M W Lund, Atmel Corporation.
`ifdef VERILATOR //TODO
`define PACKED packed
`else
`define packed
`endif
module ports
#( parameter
ID = 1 )
@ -42,12 +36,12 @@ module ports
// **** Interal Registers ****
struct `PACKED
struct
{
logic [7:0][1:0] in;
logic [7:0] dir;
logic [7:0] out;
struct `PACKED
struct
{
logic [7:2] reserved;
logic pullupen;