Skip to content
Snippets Groups Projects
Commit f712655a authored by Pepping's avatar Pepping
Browse files

- Changed the clk to ck and moved them from IO record to OU record.

- Also enabled ck_n pins 
parent ef947dbe
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,10 @@ set_location_assignment PIN_AT19 -to MB_II_OU[0].ba[0]
set_location_assignment PIN_AU20 -to MB_II_OU[0].ba[1]
set_location_assignment PIN_AW23 -to MB_II_OU[0].ba[2]
set_location_assignment PIN_AU19 -to MB_II_OU[0].cas_n
set_location_assignment PIN_AK23 -to MB_II_IO[0].clk[0]
set_location_assignment PIN_AH23 -to MB_II_IO[0].clk[1]
set_location_assignment PIN_AK23 -to MB_II_OU[0].ck[0]
set_location_assignment PIN_AH23 -to MB_II_OU[0].ck[1]
set_location_assignment PIN_AL23 -to MB_II_OU[0].ck_n[0]
set_location_assignment PIN_AJ23 -to MB_II_OU[0].ck_n[1]
set_location_assignment PIN_AN22 -to MB_II_OU[0].cke[0]
set_location_assignment PIN_AM22 -to MB_II_OU[0].cke[1]
set_location_assignment PIN_AK31 -to MB_II_OU[0].dm[0]
......
......@@ -40,8 +40,10 @@ set_location_assignment PIN_E22 -to MB_I_OU[0].ba[0]
set_location_assignment PIN_E23 -to MB_I_OU[0].ba[1]
set_location_assignment PIN_A17 -to MB_I_OU[0].ba[2]
set_location_assignment PIN_D23 -to MB_I_OU[0].cas_n
set_location_assignment PIN_L23 -to MB_I_IO[0].clk[0]
set_location_assignment PIN_K24 -to MB_I_IO[0].clk[1]
set_location_assignment PIN_L23 -to MB_I_OU[0].ck[0]
set_location_assignment PIN_K24 -to MB_I_OU[0].ck[1]
set_location_assignment PIN_K23 -to MB_I_OU[0].ck_n[0]
set_location_assignment PIN_J24 -to MB_I_OU[0].ck_n[1]
set_location_assignment PIN_J22 -to MB_I_OU[0].cke[0]
set_location_assignment PIN_H22 -to MB_I_OU[0].cke[1]
set_location_assignment PIN_F14 -to MB_I_OU[0].dm[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment