Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-008
/
slot-010
/
c8a72c85301394b69a86e538eebbe57aadf15a52
/
.
/
verilog
/
rtl
/
080_top.v
blob: 01583e255e1fb6f8f0a0742ed2b2606a15a993ec [
file
] [
log
] [
blame
]
`default_nettype none
module davidsiaw_stackcalc (
input wire [7:0] io_in,
output wire [7:0] io_out
);
stack_cpu cpu(.io_in(io_in), .io_out(io_out));
endmodule