Community

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
Please move the "clear project" away from the Save Project Online Option inside the Simulator Menu. I have had a few students that struggle with mouse dexterity and they hit the wrong option.

Created by Doug Pekkanen• 2 years ago

Feedback
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
user avatar
How do I change my password?

Created by SteveKlein• 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 DCLD Lab• 2 years ago

General
user avatar
What is the current status of simulator interface in a touch screen. Any improvements planned ?

Created by Aboobacker MK• 2 years ago

General