Difference between revisions of "PLD Workshop 11 09 2013"
From Hackerspace.gr
Line 31: | Line 31: | ||
* Plan out the our next steps ? | * Plan out the our next steps ? | ||
** perhaps fork as simple_soc now that the lesson part is mostly over ? | ** perhaps fork as simple_soc now that the lesson part is mostly over ? | ||
+ | |||
+ | ==== Aftermath ==== | ||
+ | * Reviewed the current implementation | ||
+ | ** Removed 8 bit access, made memory array 16 bit, added addi & subi | ||
+ | * Worked a bit on the assembler | ||
+ | * Decided to fork as simple_soc | ||
+ | |||
+ | ==== Todo ==== | ||
+ | * skmp -> implement emulator in SDL | ||
+ | * moutsosgeorgios -> update C# implementation to spec | ||
+ | |||
+ | ==== next meetup ==== | ||
+ | * Cross validate C# vs C | ||
+ | * Talk & design verilog implementation | ||
+ | * Write some test programs in the asm! | ||
Also checkout [[Programmable_Logic_Lessons|The main project page]] | Also checkout [[Programmable_Logic_Lessons|The main project page]] |
Revision as of 19:47, 11 September 2013
[Hackerspace.gr external link] |
Starts | Organizer |
---|---|---|
Wed 11 Sep 2013 19:00 | Hackerspace.gr | |
Ends | Event Owner | |
Wed 11 Sep 2013 21:00 | User:Skmp |
Switches! Lots of them!
Contents
Stuff for review
1.x slides @ github/slides
New ISA/SoC, C# WIP project @ github/simple_soc
Older ISA, C++ implementation (will we abandon this ?) @ github/simple_cpu
Todo before the workshop
- skmp -> i'll review the C# code and add issues/comments on commits as needed :)
Plans for the workshop
- Discuss the current design & implementation
- Issues discovered in the current design
- Scope of the C# implementation
- Plan out the our next steps ?
- perhaps fork as simple_soc now that the lesson part is mostly over ?
Aftermath
- Reviewed the current implementation
- Removed 8 bit access, made memory array 16 bit, added addi & subi
- Worked a bit on the assembler
- Decided to fork as simple_soc
Todo
- skmp -> implement emulator in SDL
- moutsosgeorgios -> update C# implementation to spec
next meetup
- Cross validate C# vs C
- Talk & design verilog implementation
- Write some test programs in the asm!
Also checkout The main project page