Skip to content

Commit

Permalink
Update test input
Browse files Browse the repository at this point in the history
  • Loading branch information
chungshien-chai committed Aug 26, 2024
1 parent 0471611 commit 21725af
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2888,6 +2888,8 @@
"O_P" : "dout30_p"
},
"parameters" : {
"DIFFERENTIAL_TERMINATION" : "TRUE",
"IOSTANDARD" : "DEFAULT"
},
"pre_primitive" : "",
"post_primitives" : [
Expand Down
4 changes: 4 additions & 0 deletions tests/unittest/ModelConfig/golden/model_config.ppdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,8 @@
"O_P" : "dout_p"
},
"parameters" : {
"DIFFERENTIAL_TERMINATION" : "TRUE",
"IOSTANDARD" : "DEFAULT"
},
"pre_primitive" : "",
"post_primitives" : [
Expand Down Expand Up @@ -1988,6 +1990,8 @@
"O_P" : "dout_osc_p"
},
"parameters" : {
"DIFFERENTIAL_TERMINATION" : "TRUE",
"IOSTANDARD" : "DEFAULT"
},
"pre_primitive" : "",
"post_primitives" : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
" Get important connection of cell \\O_BUF_DS \\o_buf_ds",
" Cell port \\O_N is connected to output port \\dout30_n",
" Cell port \\O_P is connected to output port \\dout30_p",
" Parameter \\DIFFERENTIAL_TERMINATION: \"TRUE\"",
" Parameter \\IOSTANDARD: \"DEFAULT\"",
" Data Width: -2",
" Trace \\I_BUF --> \\CLK_BUF",
" Try \\I_BUF $ibuf$top.$ibuf_clk00 out connection: $ibuf_clk00 -> \\clk_buf00",
Expand Down Expand Up @@ -2771,6 +2773,8 @@
"O_P" : "dout30_p"
},
"parameters" : {
"DIFFERENTIAL_TERMINATION" : "TRUE",
"IOSTANDARD" : "DEFAULT"
},
"flags" : [
"O_BUF_DS"
Expand Down
8 changes: 8 additions & 0 deletions tests/unittest/ModelConfig/model_config_netlist.ppdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,14 @@
" Get important connection of cell \\O_BUF_DS \\o_buf_ds",
" Cell port \\O_N is connected to output port \\dout_n",
" Cell port \\O_P is connected to output port \\dout_p",
" Parameter \\DIFFERENTIAL_TERMINATION: \"TRUE\"",
" Parameter \\IOSTANDARD: \"DEFAULT\"",
" Data Width: -2",
" Get important connection of cell \\O_BUF_DS \\o_buf_ds_osc",
" Cell port \\O_N is connected to output port \\dout_osc_n",
" Cell port \\O_P is connected to output port \\dout_osc_p",
" Parameter \\DIFFERENTIAL_TERMINATION: \"TRUE\"",
" Parameter \\IOSTANDARD: \"DEFAULT\"",
" Data Width: -2",
" Trace \\I_BUF --> \\CLK_BUF",
" Try \\I_BUF $ibuf$top.$ibuf_clk0 out connection: $ibuf_clk0 -> $clkbuf$top.$ibuf_clk0",
Expand Down Expand Up @@ -1629,6 +1633,8 @@
"O_P" : "dout_p"
},
"parameters" : {
"DIFFERENTIAL_TERMINATION" : "TRUE",
"IOSTANDARD" : "DEFAULT"
},
"flags" : [
"O_BUF_DS"
Expand Down Expand Up @@ -1701,6 +1707,8 @@
"O_P" : "dout_osc_p"
},
"parameters" : {
"DIFFERENTIAL_TERMINATION" : "TRUE",
"IOSTANDARD" : "DEFAULT"
},
"flags" : [
"O_BUF_DS"
Expand Down

0 comments on commit 21725af

Please sign in to comment.