Fix commented out specify statement

This commit is contained in:
Eddie Hung 2020-02-12 16:06:24 -08:00
parent 12d70ca8fb
commit ccc84f8923
1 changed files with 6 additions and 6 deletions

View File

@ -550,8 +550,8 @@ module FDSE (
endgenerate endgenerate
specify specify
// https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L249 // https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L249
//$setup(D , posedge C &&& !IS_C_INVERTED &&& CE, -46); // Negative times not currently supported //$setup(D , posedge C &&& !IS_C_INVERTED && CE, -46); // Negative times not currently supported
//$setup(D , negedge C &&& IS_C_INVERTED &&& CE, -46); // Negative times not currently supported //$setup(D , negedge C &&& IS_C_INVERTED && CE, -46); // Negative times not currently supported
// https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L248 // https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L248
$setup(CE, posedge C &&& !IS_C_INVERTED, 109); $setup(CE, posedge C &&& !IS_C_INVERTED, 109);
$setup(CE, negedge C &&& IS_C_INVERTED, 109); $setup(CE, negedge C &&& IS_C_INVERTED, 109);
@ -653,8 +653,8 @@ module FDCE (
endgenerate endgenerate
specify specify
// https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L249 // https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L249
//$setup(D , posedge C &&& !IS_C_INVERTED &&& CE, -46); // Negative times not currently supported //$setup(D , posedge C &&& !IS_C_INVERTED && CE, -46); // Negative times not currently supported
//$setup(D , negedge C &&& IS_C_INVERTED &&& CE, -46); // Negative times not currently supported //$setup(D , negedge C &&& IS_C_INVERTED && CE, -46); // Negative times not currently supported
// https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L248 // https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L248
$setup(CE , posedge C &&& !IS_C_INVERTED, 109); $setup(CE , posedge C &&& !IS_C_INVERTED, 109);
$setup(CE , negedge C &&& IS_C_INVERTED, 109); $setup(CE , negedge C &&& IS_C_INVERTED, 109);
@ -718,8 +718,8 @@ module FDPE (
endgenerate endgenerate
specify specify
// https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L249 // https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L249
//$setup(D , posedge C &&& !IS_C_INVERTED &&& CE, -46); // Negative times not currently supported //$setup(D , posedge C &&& !IS_C_INVERTED && CE, -46); // Negative times not currently supported
//$setup(D , negedge C &&& IS_C_INVERTED &&& CE, -46); // Negative times not currently supported //$setup(D , negedge C &&& IS_C_INVERTED && CE, -46); // Negative times not currently supported
// https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L248 // https://github.com/SymbiFlow/prjxray-db/blob/23c8b0851f979f0799318eaca90174413a46b257/artix7/timings/slicel.sdf#L248
$setup(CE , posedge C &&& !IS_C_INVERTED, 109); $setup(CE , posedge C &&& !IS_C_INVERTED, 109);
$setup(CE , negedge C &&& IS_C_INVERTED, 109); $setup(CE , negedge C &&& IS_C_INVERTED, 109);