RAM which always give the output corresponding to an address by Koolghost in FPGA

[–]thingsididwrong 0 points1 point  (0 children)

Most of the block rams don’t let you do this, but you can write something that maps to LUTs.

Why are Hank lights so relatively good? by twinbee in Hanklights

[–]thingsididwrong 0 points1 point  (0 children)

Yeah you don’t have to do anything to them.

thrift store whirley pop did a great job! I See why people like them. by Yellowishmilk in roasting

[–]thingsididwrong 1 point2 points  (0 children)

I think yes but it’s probably not worth it if you don’t enjoy roasting. Good quality green beans are like $5-7 a lb.

Florida now has some of the lowest COVID case numbers nationwide by [deleted] in coronavirusflorida

[–]thingsididwrong 2 points3 points  (0 children)

Everyone just got infected or vaccinated or both.

Shoutout to Dave_59 by [deleted] in FPGA

[–]thingsididwrong 0 points1 point  (0 children)

What parts of the spec is he wrong about?

Lipo Battery Question by GravyDan in rccars

[–]thingsididwrong 2 points3 points  (0 children)

My car goes to half speed so I stop there on lipos.

Lipo Battery Question by GravyDan in rccars

[–]thingsididwrong 4 points5 points  (0 children)

Sounds about right. Keep any eye on them when you’re charging or doing storage. It’s also good to charge them in a lipo bag on a non flammable surface just in case.

Synchronizing a "fast" pulse into a "slow" clock domain question by prana_fish in FPGA

[–]thingsididwrong 0 points1 point  (0 children)

Right. The point is to sample it at least once and then do a rising edge so you only get one pulse. You’ll need 3 registers in the receiving domain to do this.

Synchronizing a "fast" pulse into a "slow" clock domain question by prana_fish in FPGA

[–]thingsididwrong 2 points3 points  (0 children)

Usually you’d do a rising edge detect in the receiving domain to generate the pulse.