flaming-cl / 61C

1 stars 0 forks source link

Circuit #6

Open flaming-cl opened 3 years ago

flaming-cl commented 3 years ago

人设的条条框框很烦,写代码真的舒心多了。

lab 5

61 C 数字电路这部分, lab 5 照猫画虎 or 转换真值表为 sum of products/product of sums、用简化了的布尔代数画电路 (注意选择 0 or 1,not 值的处理也要跟着变化),基本可以解决。

proj3

proj 3,看授课视频觉得,这作业不会容易: 实现 alu adder 要考虑 1) unsigned number overflow (Cn 位) 2)signed number overflow (Cn XOR Cn01)

proj3 task1

proj 3 task 1,较容易,用现成的 arithmetic 组块直接画图就行了。 srl/sra/sll这些,同样用现成的零件来拼就好(别忘了用 splitters) 作业附带的 hints 也值得一看,这里不赘述。

proj3 task2

to be continued