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.
ModelSim シミュレーションで信号に (数値ではなく) テキストを表示することはできますか? 私はいくつかのステートマシン状態を持っています。
localparam S_IDLE = 2'b00; localparam S_START = 2'b01; localparam S_STOP = 2'b10;
S_IDLEたとえば、00 ではなく信号に表示する方法はありますか? ありがとう。
S_IDLE