1
0
Fork 0

Xilinx unisim typo

This commit is contained in:
Henry Styles 2018-01-10 14:23:50 -08:00 committed by Wesley W. Terpstra
parent 33c88b8cc4
commit f9dc552ddc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extends BlackBox(
"DIFF_TERM" -> booleanToVerilogStringParam(DIFF_TERM),
"DQS_BIAS" -> booleanToVerilogStringParam(DQS_BIAS),
"IBUF_DELAY_VALUE" -> IntParam(IBUF_DELAY_VALUE),
"IBUDF_LOW_PWR" -> booleanToVerilogStringParam(IBUF_LOW_PWR),
"IBUF_LOW_PWR" -> booleanToVerilogStringParam(IBUF_LOW_PWR),
"IFD_DELAY_VALUE" -> StringParam(IFD_DELAY_VALUE),
"IOSTANDARD" -> StringParam(IOSTANDARD)
)