Community

user avatar
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• 2 years ago

General
user avatar
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• 2 years ago

General
user avatar
Hi all, How do I move one circuit in one project to another project? The circuit is quite large and would be just about impossible to recreate.

Created by Alex Poloniewicz• 2 years ago

General
user avatar
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• 2 years ago

General
user avatar
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 • 2 years ago

General
user avatar
I can't able to access my truth table(combinational analysis) while doing my project which was given by the teacher I can able to get it in the simulator other than the project work

Created by 4020 BEZAWADA SAI SRAVANYA• 2 years ago

General
user avatar
I opened my project, but now it's stuck on loading and won't let me access any circuits in the project. How do I fix this?

Created by Cristian• 2 years ago

General
user avatar
Hi all, I couldn't find a full explanation of the delay setting on the documentation. Would someone please explain this setting in some detail? We need to have a delay to build our own edge-triggered D Flip Flop, for example, but the setting isn't working as expected. Also, how could we build a SR latch using just gates that saves in a certain state or the other, rather than randomly choosing i...

Created by Scott Feister• 2 years ago

General
user avatar
I have a Project where I built my own 8-to-1 Multiplexer. This circuit has a sub-circuit where I built my own 3-bit Decoder. Can I copy my Multiplexer circuit along with its sub-circuit dependency into another Project? Thanks!

Created by Scott Feister• 2 years ago

General
user avatar
how to use combinational analysis in tools

Created by Dr.S. Selvi Associate Professor / C.S.E• 2 years ago

General