user avatar
Simulation Stack limit exceeded: maybe due to cyclic paths or contention
4
Open
I'm reading the book called CODE by Charles Petzold. I'm currently in page 159 and I built a 8 bit binary adding machine that has 2 8 bit inputs. The sum is saved in an 8 bit level triggered D-type latch and the output of that 8 bit latch is given to the 2nd 8 bit input of the 8 bit adder. There's an Add button in the 8 bit latch which is basically just the clock, when 0 it will not save the 8 ...

Created by Kenneth• 4 years ago

General
user avatar
My project doesn't open anymore
2
Open
I am making a booth algorithm multiplicator, which is due today. The project was close to finish, but out of the absolut blue, the page froze and I have not being able to use it again ever since. It happens only on this specific circuit, it loads forever, I can't interact with anything, can't copy. please help

Created by Artur Moura Souza• 3 years ago

General
user avatar
Does not work an a tablet
1
Open
The program does not work on a tablet such as an ipad. That is unfortunate. Is there a solution for this?

Created by BG• 3 years ago

General
user avatar
Is it possible to add multiple teachers to a class?
2
Open
I am trying to set up a class, but want to include multiple TAs in the course. Is this possible? Also, is it possible to change password/username associated with an account?

Created by Sarah Brown• 3 years ago

General
user avatar
how do i simulate the system?
1
Open
how can i simulate the circuit system ?

Created by Prashan buccha• 3 years ago

General
user avatar
how do i load offline saved project
1
Open
I was unable to save my project online so i saved it offline. Is there any way i can load the saved project and continue working on it?

Created by Shagun Dobhal• 3 years ago

General
user avatar
I need to switch to the subcircuit page for my main circuit update
1
Open
I made a comparator subcircuit to improve my CPU (it's a college activity). However, I always need to switch to the subcircuit page for my main circuit update the data which make use of these comparator. I don't know what is the problem, so, anyone can help me?

Created by Leonardo Souza• 3 years ago

General
user avatar
How to use the include command in verilog to use another sub-circuit in the same project?
2
Open
Example: Subcircuit verilog Halfadder module HalfAdder (a,b,s,c); input a,b; output s,c; wire nand_2_out_0,nand_3_out_0,nand_0_out_0,not_0_out_0,nand_1_out_0; nand nand_2 (nand_2_out_0,nand_0_out_0,b); nand nand_3 (nand_3_out_0,nand_1_out_0,nand_2_out_0); assign s = nand_3_out_0; nand nand_0 (nand_0_out_0,a,b); not not_0 (not_0_out_0,nand_0_out_0); assign c = not_0_out_0; nand n...

Created by Cesar Andrey Perdomo• 3 years ago

General
user avatar
Error 404
5
Open
When my added collaborators "Launch simulator" from a project I have created, they all obtain "Error 404". How to solve it ?

Created by Pierre Depasse• 4 years ago

General
user avatar
What should I do
2
Open
I am unable to reset my password as it leads me to a screen saying that circuit verse cannot handle this request

Created by Dishari D Tarafdar • 4 years ago

General