Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 261 Bytes

verilog.md

File metadata and controls

12 lines (8 loc) · 261 Bytes

add to the begin in every synthesizable verilog file to raising an error if signal type not defined well:

`default_nettype none

add to the end in every synthesizable verilog file for leave external modules untouchable:

`default_nettype wire