mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
enable more primitives supported with nextpnr
This commit is contained in:
parent
3b9ebfa672
commit
0756285710
5 changed files with 135 additions and 18 deletions
|
@ -394,6 +394,15 @@ module TRELLIS_COMB(
|
|||
|
||||
endmodule
|
||||
|
||||
// Constants
|
||||
module VLO(output Z);
|
||||
assign Z = 1'b0;
|
||||
endmodule
|
||||
|
||||
module VHI(output Z);
|
||||
assign Z = 1'b1;
|
||||
endmodule
|
||||
|
||||
`ifndef NO_INCLUDES
|
||||
|
||||
`include "cells_ff.vh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue