请教:xilinx ISE中如何查看数据在内存中是如何存放的?
时间:10-02
整理:3721RD
点击:
1、数据在内存中的存放 !如下程序实例,我想看到dout1和dout2在内存中是如何存放的,该怎么操作?process(clk)
begin
if rising_edge(clk) then
dout1<=X"aa";
dout2<=X"bb";
end if;
end process;
2、在用ISIM进行仿真时,可以设置运行时间,假设我设运行时间为3 us,但是ISIM运行到1 us就停止不运行了,提示 simulator is stopped.请问为什么?
请各位帮忙,谢谢。
begin
if rising_edge(clk) then
dout1<=X"aa";
dout2<=X"bb";
end if;
end process;
2、在用ISIM进行仿真时,可以设置运行时间,假设我设运行时间为3 us,但是ISIM运行到1 us就停止不运行了,提示 simulator is stopped.请问为什么?
请各位帮忙,谢谢。
