Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Matlab 中编写一个将被翻译为 Verilog 的模块。我的模块有很多输入,所以我想将它们组合成一个唯一的位串,这样模块就只有一个输入。问题是这个输入会很长,Matlab给我错误:
输入类型超过最大位数(128)
我怎样才能避免这种情况?
谢谢!!!