mirror of https://github.com/YosysHQ/picorv32.git
Disable verilator warnings, fixes #128
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
d046cbfa49
commit
e6779ba52b
|
@ -17,6 +17,11 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* verilator lint_off WIDTH */
|
||||||
|
/* verilator lint_off PINMISSING */
|
||||||
|
/* verilator lint_off CASEOVERLAP */
|
||||||
|
/* verilator lint_off CASEINCOMPLETE */
|
||||||
|
|
||||||
`timescale 1 ns / 1 ps
|
`timescale 1 ns / 1 ps
|
||||||
// `default_nettype none
|
// `default_nettype none
|
||||||
// `define DEBUGNETS
|
// `define DEBUGNETS
|
||||||
|
|
Loading…
Reference in New Issue