HDLBits--Mux256to1-----------------做题笔记一、Mux256to1
Mux256to1Create a 1-bit wide, 256-to-1 multiplexer. The 256 inputs are all packed into a single 256-bit input vector. sel=0 should selectin[0], sel=1 selects bitsin[1], sel=2 selects bitsin[2], etc.1、通过底层模块四选一搭建16选1选择器,同理搭建256选1选择器。module...