Community

user avatar
Among my various computers, I have an ASUS X205TA which is a 32-bit tablet. I have been installing the latest 21H1 version on my computers and the tablet is the last however, when attempting to install 21H1, before the actual installation begins, I get an error message stating that Windows 10 is not compatible with the Broadcom 802.11agbn wireless SDIO adapter and the installation of 21H1 will ...

Created by Grant• 1 year ago

General
user avatar
I want to cite one of my projects in a peer reviewed journal. Are there any copyright issues or things I need to take care of.

Created by Chetan Waghela• 1 year ago

General
user avatar
how to search for pmos ,nmos in circuitverse

Created by kavi• 1 year ago

General
user avatar
I wanted to create a hex from separate inputs, but so far I don't see any way to do this. Help would be highly appreciated.

Created by Anton Bogun• 1 year ago

General
user avatar
What does it change

Created by MANSURUL SHAFI• 1 year ago

General
user avatar
I'm trying to find a way to update the circuit elements in the simulation canvas via the developer console. The reason for this is that I'm constructing a circuit where each stage has multiple elements with individual delays. These cumulative delays will affect the output of the circuit. I started by inspecting the HTML and Javascript for the simulation canvas. The UI elements and images are...

Created by mthimm2• 1 year ago

General
user avatar
https://circuitverse.org/users/49622/projects/subcircuit-problem I created a minimum circuit that demonstrates a problem I saw in a larger circuit. In this circuit, there's an input with a tristate gate attached to a common bus. Also on the bus is a D flip flop, with it's input from the bus, and it's output sent to a tristate gate which outputs to the bus. That's the upper circuit on the Mai...

Created by Derek Wheeler• 2 years ago

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

General
user avatar
I wanna put capacitors in my circuit, but i don't see them in the circuit elements. If you can't add them, please tell me an alternative to them that i can use in my circuits.

Created by Kevin• 1 year ago

General
user avatar
My project I have spent a long time on is suddenly stuck in the loading screen and I cant save or change anything I have tried reloading the page and everything it still wont work.

Created by Ky Ky• 1 year ago

General
user avatar
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• 1 year ago

General
user avatar
How do I view my online saved projects?

Created by Naveen yok• 1 year ago

General
user avatar
what kind of triggering (positive edge or negative edge) is used in D flip flop here?

Created by Ayush Raje Chak• 1 year ago

General
user avatar
Pls Help
1
Open
You have been asked to create a panel to control the signal being sent to a RGB light. The input must be 8 bit for each of Red, Green and Blue inputs (RGB). The panel must also test whether there is no input (ie. All 0s for all inputs) and light up an LED if that is the case.

Created by Lachlan• 2 years ago

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

Created by BG• 2 years ago

General
user avatar
Where is the seven segment display

Created by afiqah• 2 years ago

General
user avatar
When I have a gate or an output pin in a sub circuit and there comes an active wire from other logic to the output of that gate or an output port of a sub circuit, there is an error which says 'Contention Error, 1 and 0 at AndGate in Main'. It prevents me from building a bus with several registers as no of the outputs can be connected to each other. As a fix I would recommend a diode 'Gate', wh...

Created by Merlin Hof• 2 years ago

General
user avatar
There is a pop-up saying "Project was successfully destroyed" lost all my circuits till date , what to do ?

Created by LALITH CHAITANYA• 2 years ago

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

General
user avatar
Output
1
Open
I have designed a digital clock. the output I got through 7 segment display. so now I want to only display the 7 segment display. my circuit should not be visible to others it must be hidden behind. when I open my dashboard I should only see the display .what to do.? reply ASAP

Created by Anbazhagan• 2 years ago

General
user avatar
how can i simulate the circuit system ?

Created by Prashan buccha• 2 years ago

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

General
user avatar
How to do wire connection between devices while working o mobile. And also how can I position device where I want.

Created by Vaibhav Vajpai• 2 years ago

Feedback
user avatar
I need to build a 7 segment display that will project my birthday, I have the a-g table done, just need help with k-mapping and designing

Created by Zack Burgdorf• 2 years ago

Feedback
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
I'm a teacher and I've had two student who lost all of their work and were unable to recover their projects. When they tried to save, the blue check animation just keeps going. It turns out both students were running an ad blocker in Chrome. I only have two data points on this, but I'm suspecting that this might be the issue. Does anyone have similar experiences or suggestions on what might be ...

Created by Jeff Solin• 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