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.
我正在尝试使用 RTL 设计(verilog)在 Synopsys VCS 上模拟基于 RISCV 的处理器。我想在模拟运行时动态改变电压。Synopsys 中是否有任何工具可用于在微处理器中执行动态电压缩放。或者可以在测试台中这样做吗?
在verilog或VHDL中没有电压等模拟值的概念。只是数字信号和简单的时序。模拟仿真是用 SPICE 等其他语言完成的。