Close

Vivado

A project log for One-instruction TTL Computer

A breadboard-able computer which uses only a single instruction - MOVE

justin-davisJustin Davis 04/25/2017 at 22:222 Comments

I've been using Vivado and been running into issues. The simulator crashes whenever I try to use the std_logic values L and H. They are supposed to be weak pull down and pull up values. I could see how they might not be supported, but the program shouldn't crash. Normally you'd never see those values inside an FPGA, but for simple behavioral simulation like I'm doing it shouldn't be an issue. I don't have access to Modelsim which I know can handle it, so I guess I'll make do.

Discussions

Dylan Brophy wrote 04/26/2017 at 03:09 point

What?!?!?! This is unacceptable!  Damn you Xilinx AGAIN!  I feel your pain, even with ISE.

  Are you sure? yes | no

Yann Guidon / YGDES wrote 04/26/2017 at 00:36 point

Just install GHDL :-)

http://ghdl.free.fr/

  Are you sure? yes | no