Advertisement
Guest User

synth.v

a guest
Jul 22nd, 2023
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 0.38 KB | Source Code | 0 0
  1. /* Generated by Yosys 0.31+6 (git sha1 0b8f72859, clang 10.0.0-4ubuntu1 -fPIC -Os) */
  2.  
  3. (* hdlname = "\\test" *)
  4. (* top =  1  *)
  5. (* src = "test.v:1.1-12.10" *)
  6. module test(clk, rst_n);
  7.   (* src = "test.v:3.6-3.10" *)
  8.   wire STAR;
  9.   (* src = "test.v:2.8-2.11" *)
  10.   input clk;
  11.   wire clk;
  12.   (* src = "test.v:2.13-2.18" *)
  13.   input rst_n;
  14.   wire rst_n;
  15.   assign STAR = 1'h0;
  16. endmodule
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement