# quartus 计组课设。 ### adder_8b 8位加法计算器。 ``` K0~K7: A0~A7 K8~K15: B0~B7 K16: CI LR0~LR7: S0~S7 LR8: CO ``` ### double_selector_8b 8位数据选择器(二选一)。 引脚分配: ``` K0~K7: a0~a7 K8~K15: b0~b7 K16: AY K17: BY LR0~LR7: Y0~Y7 ``` ### register_8b 8位寄存器。 ### 38_decoder 3-8译码器。 ### triple_selector_8b 8位数据选择器(三选一)。 ### shifter_8b 8位数据移位器。