Тёмный
No video :(

16 Bit Logisim CPU 

Horst Polak
Подписаться 178
Просмотров 42 тыс.
50% 1

This is my 16 bit Logisim Cpu.
If you have any questions feel free to ask :)
I can also make a tutoral if you want me to.
Download:
www.dropbox.co...
Hope everyone enjoyed and thanks for watching !

Опубликовано:

 

29 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 86   
@horstpolak6206
@horstpolak6206 7 лет назад
Updated the download link. www.dropbox.com/s/mqz7parqvwy4kna/s2%20M16002.circ?dl=0
@jyurka0
@jyurka0 6 лет назад
Thanks a lot!! Great job!!
@rsgodcraftriot7613
@rsgodcraftriot7613 10 лет назад
I'm happy to know that people are actually still working on Logisim CPUs. :D
@mandarbamane4268
@mandarbamane4268 3 года назад
Still trying in 2021 as well :D
@c_corgi
@c_corgi Год назад
im learning in 2023
@BitwiseMobile
@BitwiseMobile 3 месяца назад
Here in 2024 :)
@krinodagamer6313
@krinodagamer6313 5 месяцев назад
THIS IS THE FUTURE OF PROCESSING INFORMATION
@m-meier
@m-meier 7 лет назад
Could you please make a tutorial? this is really cool! :)
@gecko5
@gecko5 10 лет назад
Nice !! :D Very cool cpu !
@horstpolak6206
@horstpolak6206 10 лет назад
Thank you very much !
@noahsrc
@noahsrc 10 лет назад
Nice RAM design!
@horstpolak6206
@horstpolak6206 10 лет назад
thank you mate :)
@roryawesometv6356
@roryawesometv6356 9 лет назад
This is great and just what I am looking for. Did you ever do a tutorial on this. I would really like to have it explained in more detail !!!
@horstpolak6206
@horstpolak6206 11 лет назад
Yeah sure !:) In my programm I have 3 "parts" one part is reading in the chars and save them in the stack, the other part pop the letters from the stack and compares them with the command and then it jumps to the last part where it executes the command. And yeah you can send me our .circ or pn where you explain our problemm so I can help you a bit better. But hope I help you with this, if not im happy to help you
@nazihhfaourr1488
@nazihhfaourr1488 7 лет назад
Horst Polak n
@IslamElshobokshy
@IslamElshobokshy 8 лет назад
A tutorial would be extremely nice to have!!
@horstpolak6206
@horstpolak6206 8 лет назад
+Islam Elshobokshy I will work on a short series should be up in 1-3 days.
@IslamElshobokshy
@IslamElshobokshy 8 лет назад
+Horst Polak thanks I'll subscribe to keep up to date to when it comes available!!
@AkashJadhavIT
@AkashJadhavIT 3 года назад
so can we run OS2 or MSDOS 16 bit OS?
@MishaDaFlyHunta
@MishaDaFlyHunta Год назад
i just started using logisim evolution and i dont even know how to display the number 8 using buttons
@janhendrickx7638
@janhendrickx7638 11 лет назад
Wow... this is pretty impressive !!! I have made a little CPU in Logisim myself, and now I'm trying to make a small command interpreter for it. But... well... I'm not doing really great on that :-( So, could you please explain a bit on your program? PS: if you're interested, I can send you a copy of my .circ file along with a datasheet of my CPU ;-)
@tomken5919
@tomken5919 6 лет назад
Please please please make a tutorial. This is the coolest thing ever. or at least tell us what you used to make this!
@krinodagamer6313
@krinodagamer6313 5 месяцев назад
VERY SMART
@Porter-Morgan
@Porter-Morgan 10 лет назад
That is fricken cool.
@horstpolak6206
@horstpolak6206 10 лет назад
Thank you.
@khairulnazmi6923
@khairulnazmi6923 8 лет назад
+Horst Polak do you still have the project? email me at khrlnzmi@gmail.com if you have it please send it to me. really need it :(
@jamesharrison7350
@jamesharrison7350 6 лет назад
Thank you for giving us the .circ file. I noticed in some places you have sequential buffers. What does that accomplish? Good work.
@horstpolak6206
@horstpolak6206 6 лет назад
I used them to add slight delay
@hckuo1209
@hckuo1209 8 лет назад
wonderful! i have a question about how to save the characters after key in?
@aeons0_0
@aeons0_0 3 года назад
coooooooooooooool
@raffi2001
@raffi2001 7 лет назад
just curious, why do you need an alu, when you "only" can save and open documents?
@nitori_kawashiro
@nitori_kawashiro 7 лет назад
The cpu can do much more stuff but the software for it can only save and open documents...
@raffi2001
@raffi2001 7 лет назад
oh so its a software. thx :)
@nitori_kawashiro
@nitori_kawashiro 7 лет назад
its also called assembly if you want to research it, its the "language" processors use (unless the cpu is microcoded, then its more complicated).
@raffi2001
@raffi2001 7 лет назад
oh thats cool! thank you, gonna research a bit :D
@horstpolak6206
@horstpolak6206 7 лет назад
Every CPU has a set of basic operations ( my CPU has 32 ) and they make up assembler the most basic coding language and with this you can create higher programming languages like c/c++/java etc. and programs. In this video I show off a program to demonstrate that the CPU is functioning and not every program uses the ALU ... but in this case the program uses the ALU e.g. for finding strings in the RAM ... ( calculating addresses and comparing chars )
@tareknagla3141
@tareknagla3141 7 лет назад
EXCELLENT
@roryawesometv6356
@roryawesometv6356 9 лет назад
I understand basic logic circuits and I also understand the mathematical theory behind universal turing machines etc but I have a great gaping hole in between these 2 extremes which is how to build one, Can you send me your project and allow me to ask some questions when or if I get stuck !!! Would be very greatful !!!!!!!
@variegatus4674
@variegatus4674 Год назад
hey, how is it you can get a keyboard to work with a cpu in logisim? trying to make my own 16 bit cpu and i'd like some advice on where to get started and what to do. thanks
@0maxekinge0
@0maxekinge0 10 лет назад
Bekomm ich den Downloadlink? ^^
@hugorippon4742
@hugorippon4742 10 лет назад
Cool, nice job
@horstpolak6206
@horstpolak6206 10 лет назад
Thank you mate!
@slajurk4051
@slajurk4051 3 года назад
gäbe es noch eine Beschreibung der kompletten CPU?
@muhammadfarmal1995
@muhammadfarmal1995 6 лет назад
can you please tell me how to use the alu functions and print on screen like with creating files
@micropanda7916
@micropanda7916 7 лет назад
You are from Poland?
@qqqqq5570
@qqqqq5570 10 лет назад
which books to design cpu
@malloryharper4844
@malloryharper4844 9 лет назад
Would it be possible to have a copy of your source code, I am currently taking a Computer Architecture course and would like to use your CPU as a template for a project in my class
@horstpolak6206
@horstpolak6206 9 лет назад
Do you need the programm's source code or the CPU's ?
@malloryharper4844
@malloryharper4844 9 лет назад
Whatever you feel comfortable giving out, will help!
@discommbobulatedelmtree4710
very impressive, could you send me an ISA for it so i can write programs
@diwu4195
@diwu4195 9 лет назад
Awesome. Can you also send me a copy of the project?
@IcysElec
@IcysElec 6 лет назад
great. can i download a data sheet?
@asdf-mu8zi
@asdf-mu8zi 5 лет назад
루미아님 맞으신가
@qqqqq5570
@qqqqq5570 10 лет назад
how u get this experience to design cpu via simulator
@horstpolak6206
@horstpolak6206 10 лет назад
Its realy hard to tell at the biginning I used to build cpus in minecraft and watched a lot videos about minecraft cpus. I read the book "Mikroprozessortechnik" by Klaus Wüst I dont know if there is a english version of it.
@qqqqq9422
@qqqqq9422 10 лет назад
this cpu based in which ISA and what the kind of ur study in any case i study computer science i study digital design and computer organization in my university just i study top level view if u have any details of cpu design so ok
@horstpolak6206
@horstpolak6206 10 лет назад
qqqqq I am studying math and physiks so I do not have the knowledge how a modern and real cpu works. But far as i know this is a 16-Bit RISC and cause the simulator i do not need to take care of something like pipelining or bus management. This is more like a hobby where I try to get this working also when it is in some crazy ways ...
@qqqqq9422
@qqqqq9422 10 лет назад
Horst Polak the book u speak about dnt have english edition sophisticated cpu design done via HDL. i speak about simple cpu design via simulator if u have any tips for simple cpu design via simulator so ok
@horstpolak6206
@horstpolak6206 10 лет назад
qqqqq The first think what I do when I want to build a CPU in a simulator I start thinking about which commands it should have this takes 1 - 3 days for me ( dont have much time actually ) and I mean like every single command ... then I think about the flags I am going to need for these commands and depending on how many commands and flags I have I think about how much bit I need and how every operation looks like ( if I need controller or not n'stuff ). When I have a complete datasheed I start building the registers ( most time ) first the normal ones and then the special registers ( pointer, programm counter, flagregister ... ) after that the ALU and then the RAM and controller. Hope this is usefull for you know these are not very good tips probably but I think its hard to give tips cause I not pretty got in explaining stuff :P
@amirmohra4822
@amirmohra4822 9 лет назад
great work, can you please share the file?
@hadiarg6598
@hadiarg6598 8 лет назад
how can I download the source?
@horstpolak6206
@horstpolak6206 8 лет назад
+Samouel Arghan updated the link
@user-dj2wc6wd3s
@user-dj2wc6wd3s 3 года назад
1:16 ставь лайк
@ayinugraha7474
@ayinugraha7474 7 лет назад
Can you give me the download link? Coz i can't download it.
@auliaridhoverdikha3268
@auliaridhoverdikha3268 7 лет назад
are you crazy? Keep learn buddy!
@ayinugraha7474
@ayinugraha7474 7 лет назад
Yap. Thank u bit#h
@Muhammadiqbal-jr7yp
@Muhammadiqbal-jr7yp 7 лет назад
yes that's true nyari sendiri pea
@horstpolak6206
@horstpolak6206 7 лет назад
updated it
@neerigattisomasekhar6275
@neerigattisomasekhar6275 7 лет назад
download link
@horstpolak6206
@horstpolak6206 7 лет назад
in the description
@kaibergman1864
@kaibergman1864 4 года назад
TUTORIAL TUTORAL
@kaibergman1864
@kaibergman1864 4 года назад
tutorial
@Русь-Родина
@Русь-Родина Год назад
Я вас заставлю учить русский язык или руську мову.
Далее
I built my own 16-Bit CPU in Excel
16:28
Просмотров 1,4 млн
I Designed My Own 16-bit CPU
15:46
Просмотров 2 млн
Can You Bend This Bar?
01:00
Просмотров 5 млн
WELCOME TO THE FAMILY, MOE! (Brawl Stars Animation)
00:40
CPU логика
18:32
Просмотров 103 тыс.
Inside the CPU - Computerphile
11:16
Просмотров 360 тыс.
I designed my own 8-bit computer just to play PONG
17:19
Hardware interrupts
27:36
Просмотров 593 тыс.
I designed a 3D Renderer
6:49
Просмотров 9 тыс.
Building my dream computer - Part 1
20:37
Просмотров 2,9 млн
Visualizing Data with 7-Segment Displays
34:26
Просмотров 1,2 млн
I built a 1Hz Redstone Computer...
8:22
Просмотров 9 млн
Design Overview - 4-bit TTL Computer
11:05
Просмотров 6 тыс.