Search found 17 matches

by sir Kamba
Wed Jun 06, 2018 1:34 pm
Forum: Discuss LogicCircuit program
Topic: problem with tristate
Replies: 1
Views: 5966

problem with tristate

I have found a bug with the handling of tri-state wire/gates. It seems like something necessary is optimized away during pre simulation optimization/flattening. Everything necessary is included in the attached file. Probably related topic / same bug PS: Are your version number just "major_versi...
by sir Kamba
Sun Apr 01, 2018 8:35 pm
Forum: Lounge
Topic: GPASSM2 - a general purpose assembler
Replies: 2
Views: 15763

Re: GPASSM2 - a general purpose assembler

I have started work on GPASSM3, but it is still far from done. The goal of GPASSM2 was to have a simple assembler which is easy to configure and works on all architectures. This goal was acomplished and as such working on GPASSM3 has not been a priority. Anyways here is a taste of the syntax: <encod...
by sir Kamba
Sun Mar 04, 2018 11:46 am
Forum: Circuit Talk
Topic: µctr - CPU
Replies: 1
Views: 3853

µctr - CPU

µctrl A Harvardian cpu I made. Most information is inside "µctrl.circuitProject" Use GPASSM2 to assemble program using the provided .arch file I have been sitting in front of the computer for far too long, so I will update this post sometime next week. Until then just enjoy it as it is.
by sir Kamba
Sat May 20, 2017 8:45 am
Forum: Lounge
Topic: GPASSM2 - a general purpose assembler
Replies: 2
Views: 15763

GPASSM2 - a general purpose assembler

GPASSM2 A general purpose assembler As i have done attemts at making my own CPUs, the hardest part of it have always been testing. This is mostly due to the fact that writing machine code is a huge pain in the ass. This led me to do as many people have done before me, namely to create an assembler ...
by sir Kamba
Mon Aug 15, 2016 6:42 am
Forum: Circuit Talk
Topic: Modular syncronous up/down counter w/load
Replies: 0
Views: 13217

Modular syncronous up/down counter w/load

A long time ago i modified a design of a syncronous up/down counter I found in a book for use as a general purpose binary counter. I thought maybe someone could use it for something usefull (I certanly have). So I extracted it from my maste logicCircuit file (more than 130 circuits + a few CPU's) an...
by sir Kamba
Sun Feb 14, 2016 7:32 pm
Forum: Discuss LogicCircuit program
Topic: Export to VHDL
Replies: 4
Views: 21481

Export to VHDL

I was wondering if there is a function to export to VHDL, verilog or some other hardware description language? I would like to test my CPU design on a fpga when i'm done designing it. but before i get to do that, i have to finish the design (i have a working prototype, albeit in a smaller scope) and...
by sir Kamba
Wed Jun 10, 2015 2:11 pm
Forum: Discuss LogicCircuit program
Topic: Bug in splitter
Replies: 2
Views: 6269

Bug in splitter

There seems to be a bug with the splitters. I'm sending a 16bit bus into a splitter that should split it into 16 wires of 1 bit each, but it doesn't. instead i'm getting a mixture of 1 bit and 2 bit busses. http://i.gyazo.com/7b1d3f9091ce44c12358016e74ff6d58.png http://i.gyazo.com/db2fc5d8cbe6a225c9...