给ALU加上了一堆运算,重新规划了微操作位置,调整ALU单元位置

不再使用左移后加符号位的方式,采用左右串入进位的方式实现双精度左右移。
添加了逻辑与。
This commit is contained in:
2022-04-10 11:26:28 +08:00
parent 0e20a26d0d
commit a8f8d38a4f
5 changed files with 2626 additions and 1832 deletions

View File

@@ -132,5 +132,6 @@ set_instance_assignment -name NOT_A_CLOCK ON -to uIR4
set_instance_assignment -name NOT_A_CLOCK ON -to uIR5
set_instance_assignment -name NOT_A_CLOCK ON -to uIR6
set_location_assignment PIN_114 -to uIR18
set_instance_assignment -name NOT_A_CLOCK ON -to uIR17
set_instance_assignment -name NOT_A_CLOCK ON -to uIR18
set_location_assignment PIN_115 -to uIR19
set_instance_assignment -name NOT_A_CLOCK ON -to uIR8
set_instance_assignment -name NOT_A_CLOCK ON -to uIR9