futilehdl/identity.fut

5 lines
62 B
Plaintext
Raw Normal View History

2021-12-30 19:46:28 +00:00
module top ( input wire x, output wire y )
{
assign x = y;
}