mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-13 13:45:28 +00:00
clockgate: formal liberty tests
This commit is contained in:
parent
f4a10a4808
commit
687e5442f2
5 changed files with 107 additions and 100 deletions
|
|
@ -6,6 +6,7 @@ library(test) {
|
|||
pin (GCLK) {
|
||||
clock_gate_out_pin : true;
|
||||
direction : output;
|
||||
function : "CLK&CE";
|
||||
}
|
||||
pin (CLK) {
|
||||
clock_gate_clock_pin : true;
|
||||
|
|
@ -26,6 +27,7 @@ library(test) {
|
|||
pin (GCLK) {
|
||||
clock_gate_out_pin : true;
|
||||
direction : output;
|
||||
function : "CLK&CE";
|
||||
}
|
||||
pin (CLK) {
|
||||
clock_gate_clock_pin : true;
|
||||
|
|
@ -42,6 +44,7 @@ library(test) {
|
|||
pin (GCLK) {
|
||||
clock_gate_out_pin : true;
|
||||
direction : output;
|
||||
function : "CLK&CE";
|
||||
}
|
||||
pin (CLK) {
|
||||
clock_gate_clock_pin : true;
|
||||
|
|
@ -58,6 +61,7 @@ library(test) {
|
|||
pin (GCLK) {
|
||||
clock_gate_out_pin : true;
|
||||
direction : output;
|
||||
function : "CLK|!CE";
|
||||
}
|
||||
pin (CLK) {
|
||||
clock_gate_clock_pin : true;
|
||||
|
|
@ -74,6 +78,7 @@ library(test) {
|
|||
pin (GCLK) {
|
||||
clock_gate_out_pin : true;
|
||||
direction : output;
|
||||
function : "CLK|!CE";
|
||||
}
|
||||
pin (CLK) {
|
||||
clock_gate_clock_pin : true;
|
||||
|
|
@ -94,6 +99,7 @@ library(test) {
|
|||
pin (GCLK) {
|
||||
clock_gate_out_pin : true;
|
||||
direction : output;
|
||||
function : "CLK|!CE";
|
||||
}
|
||||
pin (CLK) {
|
||||
clock_gate_clock_pin : true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue