Skip to content

Commit

Permalink
updated gate lib
Browse files Browse the repository at this point in the history
  • Loading branch information
nils1603 committed Oct 31, 2023
1 parent 55bfe06 commit 8d45068
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions plugins/gate_libraries/definitions/XILINX_UNISIM.hgl
Original file line number Diff line number Diff line change
Expand Up @@ -370571,7 +370571,7 @@
{
"name": "CLKARDCLK",
"direction": "input",
"type": "none"
"type": "clock"
}
]
},
Expand All @@ -370585,7 +370585,7 @@
{
"name": "CLKBWRCLK",
"direction": "input",
"type": "none"
"type": "clock"
}
]
},
Expand Down Expand Up @@ -370864,28 +370864,28 @@
{
"name": "RSTRAMARSTRAM",
"direction": "input",
"type": "none",
"type": "reset",
"ascending": false,
"start_index": 0,
"pins": [
{
"name": "RSTRAMARSTRAM",
"direction": "input",
"type": "none"
"type": "reset"
}
]
},
{
"name": "RSTRAMB",
"direction": "input",
"type": "none",
"type": "reset",
"ascending": false,
"start_index": 0,
"pins": [
{
"name": "RSTRAMB",
"direction": "input",
"type": "none"
"type": "reset"
}
]
},
Expand Down Expand Up @@ -473377,28 +473377,28 @@
{
"name": "CLKARDCLK",
"direction": "input",
"type": "none",
"type": "clock",
"ascending": false,
"start_index": 0,
"pins": [
{
"name": "CLKARDCLK",
"direction": "input",
"type": "none"
"type": "clock"
}
]
},
{
"name": "CLKBWRCLK",
"direction": "input",
"type": "none",
"type": "clock",
"ascending": false,
"start_index": 0,
"pins": [
{
"name": "CLKBWRCLK",
"direction": "input",
"type": "none"
"type": "clock"
}
]
},
Expand Down Expand Up @@ -662987,7 +662987,7 @@
{
"name": "MMCME4_ADV",
"types": [
"combinational"
"sequential"
],
"pin_groups": [
{
Expand Down

0 comments on commit 8d45068

Please sign in to comment.