围攻
评价数不足
Besiege Circuits
   
奖励
收藏
已收藏
取消收藏
描述
Collection of logical circuits I have created.
项目 (4)
Logic Gates
创建者: FlappyJak
Logic Gates in Besiege. Designed to work with little to no user input. So you can make actual logic circuits and stuff! Features: Buffer Inverter OR NOR AND NAND XOR XNOR NOR Latch NAND Latch...
D Flip-Flop
创建者: FlappyJak
First complex build using my logic gates, which can be found here: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1907394488 This is a D Flip-Flop that has set and reset built into it. Set and reset are active low, so you have to turn them on first...
Full Adder
创建者: FlappyJak
Full adder circuit built using my logic gates. The logic gates used are slightly modified NOR gates (I made them a little more compact.) Worth noting, if you search for the schematic of this circuit, be aware that a few of them I found on Google are incorr...
2-4 Decoder
创建者: FlappyJak
Uses a new design of logic gate, that's a lot thinner then my others. This is a 2 to 4 decoder, meaning it can take a 2-bit binary number and output to 1 of 4 individual outputs. It also has an Enable line, which is useful for chaining multiple decoders to...