Login  Register

Cannot edit projects

classic Classic list List threaded Threaded
6 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Cannot edit projects

DK3250
7 posts
Hi,
I'm new here.
Have just downloaded the software. Can start the HardwareSimulator and load a project. Cannot, however, edit anything.
In the HDL window I can highlight the line "// Put your code here:" but nothing happens when I try to input text.
Probably something stupid on my side, but please help.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Cannot edit projects

WBahn
Administrator
1551 posts
That's because the simulator is not an editor.

You need to use a text editor to write/edit your programs and then load them into the simulator.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Cannot edit projects

DK3250
7 posts
Hi WBahn, Thanks a lot. I knew it was simple
Is it possible to upvote/like answers here?

Anyway, made an And gate from two Nand (wow).
Now, I want to make a small truth table showing the four combinations of a and b ant the resulting output. Not sure how to do that...
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Cannot edit projects

Lozminda
182 posts
You've probably deduced already what I'm about to say, but the early stages start very simply, I suggest doing in order what the book suggests (implementation of all the gates etc). It all seems too simple sometimes. Don't worry it soon gets complicated quickly. Good luck.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Cannot edit projects

DK3250
7 posts
Hi Lozminda,
I acknowledge the idea of going through all the examples; Thanks for encouraging me.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Cannot edit projects

WBahn
Administrator
1551 posts
In reply to this post by DK3250
DK3250 wrote
Hi WBahn, Thanks a lot. I knew it was simple
Is it possible to upvote/like answers here?

Anyway, made an And gate from two Nand (wow).
Now, I want to make a small truth table showing the four combinations of a and b ant the resulting output. Not sure how to do that...
Not possible to upvote answers -- Nabble is a very simplistic forum.

How do you want to make the truth table. Pen and paper, or by writing a script and having the simulator produce the truth table?