JamesGlanville / GF2

0 stars 0 forks source link

Second interim report #6

Closed JamesGlanville closed 11 years ago

JamesGlanville commented 11 years ago

I'm going to try and get mine done soon, I'm a little unclear about how it should be structured - does it need to be a proper report with intro,conclusion etc, or do we just bundle the software listings/test definition files/alterations/circuit diagrams/user guide as listed on p8 of the handout?

Does anyone have any suggestions on what circuits to do? I'm happy to do all of the definition files and diagrams as we're allowed to submit the same ones. I was thinking:

shift register to show dtype: http://www.softwareforeducation.com/wikileki/images/b/bb/D_Type_Flip_Flop_Shift_Register.gif

nand and nor gates are universal, so I wondered about making some other gates with them, then using other gates to compare the outputs of a real XOR (for example) and a XOR made from NAND, to verify that the outputs are always the same, using switches to vary the inputs.

ghost commented 11 years ago

Yeah those circuits seem fine. I'm not quite sure on the report, maybe one to ask on Tuesday? Though I don't think it'll need to have full intro, method, conclusions etc.

On 25 May 2013 14:32, James Glanville notifications@github.com wrote:

I'm going to try and get mine done soon, I'm a little unclear about how it should be structured - does it need to be a proper report with intro,conclusion etc, or do we just bundle the software listings/test definition files/alterations/circuit diagrams/user guide as listed on p8 of the handout?

Does anyone have any suggestions on what circuits to do? I'm happy to do all of the definition files and diagrams as we're allowed to submit the same ones. I was thinking:

shift register to show dtype: http://www.softwareforeducation.com/wikileki/images/b/bb/D_Type_Flip_Flop_Shift_Register.gif

nand and nor gates are universal, so I wondered about making some other gates with them, then using other gates to compare the outputs of a real XOR (for example) and a XOR made from NAND, to verify that the outputs are always the same, using switches to vary the inputs.

— Reply to this email directly or view it on GitHubhttps://github.com/JamesGlanville/GF2/issues/6 .

JamesGlanville commented 11 years ago

Ok cool I'll ask. I've added the 2 definition files and schematics, hope they're ok.

On 26 May 2013 09:41, GeorgeAyris notifications@github.com wrote:

Yeah those circuits seem fine. I'm not quite sure on the report, maybe one to ask on Tuesday? Though I don't think it'll need to have full intro, method, conclusions etc.

On 25 May 2013 14:32, James Glanville notifications@github.com wrote:

I'm going to try and get mine done soon, I'm a little unclear about how it should be structured - does it need to be a proper report with intro,conclusion etc, or do we just bundle the software listings/test definition files/alterations/circuit diagrams/user guide as listed on p8 of the handout?

Does anyone have any suggestions on what circuits to do? I'm happy to do all of the definition files and diagrams as we're allowed to submit the same ones. I was thinking:

shift register to show dtype:

http://www.softwareforeducation.com/wikileki/images/b/bb/D_Type_Flip_Flop_Shift_Register.gif

nand and nor gates are universal, so I wondered about making some other gates with them, then using other gates to compare the outputs of a real XOR (for example) and a XOR made from NAND, to verify that the outputs are always the same, using switches to vary the inputs.

— Reply to this email directly or view it on GitHub< https://github.com/JamesGlanville/GF2/issues/6> .

— Reply to this email directly or view it on GitHubhttps://github.com/JamesGlanville/GF2/issues/6#issuecomment-18459918 .

ghost commented 11 years ago

Just to check, I assume you're going to include the source code modifications in your report James?

JamesGlanville commented 11 years ago

Yeah I guess so, I can't really remember what modifications I've made, I'll do a diff with the first git commit with the unmodified sources, but I don't know whether tiny changes count as worthwhile modifications.