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.
这里简单的问题。Yosys 中是否有一种方法可以展平阵列?IE:
wire [1:0] rdata;变成wire rdata_1; wire rdata_0;
wire [1:0] rdata;
wire rdata_1; wire rdata_0;
这是我的答案。不知道什么时候应该调用它。之后proc似乎工作。
proc
proc opt splicenets -format __ # <--- [..]