bailibl
Newbie level 5

In my design,
Core DC supply voltage:1.8V
I/O DC supply voltage: 3.3V
My IO and Core power pad in the reference library is:
IO power pad cell:PLVDDH
IO ground pad cell: PLVSSH
Core power pad cell: PLVDDC
Core ground pad cell: PLVSSC
and I want to:
connect Core power pad to global net VDD
connect Core ground pad to global net GND
connect IO power pad to global net VDDH
connect IO ground pad to global net VSSH
and I want to
in "Netlist In" ---> "Verilog In" command)
assign logic 1'b0:GND
assign logic 1'b1:VDD
1.What should I do when run "Verilog In", "EXP netlist"?
2.When "EXP netlist",in "global options" form,should I add global net "VDD" "GND"
for Core power and "VDDH" "VSSH" for I/O power??
Core DC supply voltage:1.8V
I/O DC supply voltage: 3.3V
My IO and Core power pad in the reference library is:
IO power pad cell:PLVDDH
IO ground pad cell: PLVSSH
Core power pad cell: PLVDDC
Core ground pad cell: PLVSSC
and I want to:
connect Core power pad to global net VDD
connect Core ground pad to global net GND
connect IO power pad to global net VDDH
connect IO ground pad to global net VSSH
and I want to
assign logic 1'b0:GND
assign logic 1'b1:VDD
1.What should I do when run "Verilog In", "EXP netlist"?
2.When "EXP netlist",in "global options" form,should I add global net "VDD" "GND"
for Core power and "VDDH" "VSSH" for I/O power??