|
Hi!
I hope this is the right thread for posting this. I've been having fun testing my designs on Prolog, additionally to the platform provided with the course.
So far, I've been able to implement my ALU on Prolog, but I wonder how I could go about doing the memory part. The problem, of course, to simulate the ticking of the clock.
I'm only just a beginner at Prolog, so I may be way off, but is it possible to run the ALU
1- while an endless recursive loop is running (to simulate the clock)
2- and still be able to access / communicate with it ?
Thanks for you help!
|