2010-12-05 00:50 server should be back 2010-12-05 00:52 was down for 5 hours, oh well 2010-12-05 00:53 at least I slept good :-) 2010-12-05 14:59 [commit] Cristian Paul Peñaranda Rojas: SPI like (4bit I/Q) to Nibble (4Bit) module http://qi-hw.com/p/ben-gps-sdr/9c1cbfe 2010-12-05 15:07 kristianpaul hmm, does that really work ? 2010-12-05 15:07 i'm about simulate 2010-12-05 15:07 wait for that commit ;-) 2010-12-05 15:07 ah :) 2010-12-05 15:08 i think there'll be a few changes :) e.g., i think you're suppressing the clock while sync is set. 2010-12-05 15:09 hmm 2010-12-05 15:09 also, 2 isn't handled in the "case", "count" will never have the value 0 in the "case", etc. 2010-12-05 15:09 i'll check 2010-12-05 15:14 (you're suppressing the clock while sync is set) but the whole core is synced with sige clock 2010-12-05 15:15 thats why if(sync) 2010-12-05 15:23 is sync guaranteed to be high at only one edge of clock ? 2010-12-05 15:24 hmm, looking at the diagrams, i guess it is. okay, then that works. 2010-12-05 15:26 i think you want an "end" before the "case". and remove the "end" before "endmodule" 2010-12-05 15:26 then the counter would really go from 0 to 3 2010-12-05 15:26 yeah i was thinking that 2010-12-05 15:27 well not sure as you suguested 2010-12-05 15:27 lete me see 2010-12-05 15:27 s/lete/let 2010-12-05 16:09 i have a pc hardware question if someone would be willing to give me some insight 2010-12-05 16:09 well heres the thing 2010-12-05 16:11 i have a pc an imac and soon a server pc. I dont want to have many mice or keyboards. if i were to get a usb splitter and hook the keyboard to the part the the pc would go and hook the outgoing ports to the other computers 2010-12-05 16:12 would it work 2010-12-05 16:18 it would, but this is not really the right channel 2010-12-05 16:18 Qi Hardware is a project to create hardware 2010-12-05 16:19 mth: (it would) are you sure ? "usb splitter" seems to be synonymous to "usb hub'. there's no way a hub could "reverse direction" 2010-12-05 16:20 there are USB splitters that are like KVM splitters without VGA 2010-12-05 16:20 a USB hub wouldn't work indeed 2010-12-05 16:21 how much would something like that run 2010-12-05 16:22 ok 2010-12-05 16:22 well 2010-12-05 16:22 I don't know what it would cost 2010-12-05 19:19 [commit] Cristian Paul Peñaranda Rojas: added simulation clkd,data and sync http://qi-hw.com/p/ben-gps-sdr/31b9fc9 2010-12-05 19:38 xiangfu: nii hao 2010-12-05 19:38 xiangfu: I've still not tried the fix for 'nerase'. I've kept the nanonot busy. :) 2010-12-05 19:39 viric: Ni Hao, take your time. :) 2010-12-05 19:44 xiangfu: it's suspicious the openssl speed test had some "0.00s" time counters. 2010-12-05 19:47 argg i cant trust too much in gplver or iverlog :S 2010-12-05 21:07 hmm even trying this code (http://ur1.ca/2id86) i cant get  a good simulation in iverilog :S 2010-12-05 21:07 what i'm missing .. 2010-12-05 22:40 ahh it works 2010-12-05 22:41 hmm shift registers could save me time and several lines of code :D 2010-12-05 23:12 ahh conncatena even more 2010-12-05 23:12 and the comma saves the day :) 2010-12-05 23:12 gn8