Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-002
/
slot-009
/
fbb0983fbd80025a218e3a7c3089b91c7d4479ec
/
.
/
verilog
/
rtl
/
testchip
/
test_chip.v
blob: d332b8a1a45c864b7b72ceffa65f49255bfb6934 [
file
] [
log
] [
blame
]
`default_nettype none
module test_chip(
input clk_in,
input [55:0] analyzer_packet,
input [55:0] gpio_packet,
output reg [31:0] sram_data
);