diff --git a/cpld/WarpSE-XC95144XL.ucf b/cpld/WarpSE-XC95144XL.ucf index b3a1c4b..19658f9 100644 --- a/cpld/WarpSE-XC95144XL.ucf +++ b/cpld/WarpSE-XC95144XL.ucf @@ -71,6 +71,7 @@ NET "RA<8>" LOC = "P54" ; NET "RA<9>" LOC = "P56" ; NET "GA<22>" LOC = "P61" ; NET "GA<23>" LOC = "P60" ; +NET "RnW_IOBout" LOC = "P59" | SLEW = SLOW ; NET "DBG<0>" LOC = "P67" ; NET "DBG<1>" LOC = "P68" ; NET "DBG<2>" LOC = "P49" ; diff --git a/cpld/WarpSE.v b/cpld/WarpSE.v index 349352f..45dedcf 100644 --- a/cpld/WarpSE.v +++ b/cpld/WarpSE.v @@ -16,7 +16,7 @@ module WarpSE( input nVPA_IOB, output nVMA_IOB, output nAS_IOB, - //output RnW_IOB, + output RnW_IOB, output nUDS_IOB, output nLDS_IOB, output nBR_IOB,