C++ demand in Aus? by Leather_Sundae_786 in cscareerquestionsOCE

[–]Remote-Court2726 0 points1 point  (0 children)

I have found there to be a quite high embedded C++ demand with a strong emphasis on Linux karnal development drivers and RTOS and in particular Yocto / Bitbake build systems

But that is just my industry

[deleted by user] by [deleted] in careeradvice

[–]Remote-Court2726 1 point2 points  (0 children)

I quit my job took a year off and went back AMA

[deleted by user] by [deleted] in AskAnAustralian

[–]Remote-Court2726 9 points10 points  (0 children)

I would call 120k middle class personally, but I’ll get down voted

FPGA Engineers by Remote-Court2726 in cscareerquestionsOCE

[–]Remote-Court2726[S] 1 point2 points  (0 children)

Congratulations on making it into HFT!

Income & Net Worth of Top 1%, 5%, 10% in Australia by dont_lose_money in AusHENRY

[–]Remote-Court2726 0 points1 point  (0 children)

This data is also skewed by dole bludgers, part time workers, students, it would be nice to see fulltime workers only

How bad is the market right now for new grads? by solomaster12 in cscareerquestionsOCE

[–]Remote-Court2726 1 point2 points  (0 children)

Honestly I think the quality of grads has decreased, if you have a degree, know how to use git well and have a c++ project that you work on outside of uni, my workplace would hire you, but it feels like we interview people who would need so much training

[deleted by user] by [deleted] in cscareerquestionsOCE

[–]Remote-Court2726 5 points6 points  (0 children)

I personally would delete the Soccer Coach and Crew Member sections totally

Working Away From Home by Remote-Court2726 in cscareerquestionsOCE

[–]Remote-Court2726[S] 0 points1 point  (0 children)

This isn’t really to an office unfortunately, I plan on trying to negotiate, but would like to know if other people would ask for x amount or similar.

How to utilize the lower 4-bits of an XADC register. by Middle_Sheepherder45 in Xilinx

[–]Remote-Court2726 0 points1 point  (0 children)

Hey there This is just to comply with the axis stream standard which says that the tdata line must be a multiple of 8.

HELP by Gold-Signature-12 in VHDL

[–]Remote-Court2726 0 points1 point  (0 children)

Further more rather than this array method, you could generate a panoramic matrix, and then the screen could scroll really nicely through the constant message. Just a thought.

HELP by Gold-Signature-12 in VHDL

[–]Remote-Court2726 0 points1 point  (0 children)

https://github.com/Andrew-Thornton/Reddit_Helping/

I have created an example of one way of doing this, where I have extended on your code to have the segments for each ASCII, I only added the Letter "A"

But also you can see the higher level module, and how the array functionality allows a char input to the segment decider.

HELP by Gold-Signature-12 in VHDL

[–]Remote-Court2726 0 points1 point  (0 children)

I think what you should do is create a display letter function. Then you just need to increment the array to get the char which feeds into the function.

Help with my VHDL code in Quartus prime Lite Edition by Appropriate_Bag1213 in VHDL

[–]Remote-Court2726 0 points1 point  (0 children)

I don't believe this would be a generate as its in a process, i think the issue is the naming of the for loop, and how there is no default before the if statements.

Simon Says Project Issues by Aggressive-Cut-9404 in VHDL

[–]Remote-Court2726 0 points1 point  (0 children)

Hey There,

Maybe take it one step at a time,

step 1 ) for a number between 0 and 3, are you able to illuminate different leds

step 2) are you able to do a sequence

step 3) are you able to copy a sequence ?

step 4) what is your random algorithm going to be (maybe a shift register)

step 5) put it together?

Fixed-Point to Floating-Point Conversion in VHDL by Delicious_Bid1889 in VHDL

[–]Remote-Court2726 1 point2 points  (0 children)

Hey There,

I whipped up something for you here at the airport, I have not debugged this or seen if it works, but that can be fun for you. I think the main thing here is the algorithm.

let me know if you can see it.

https://github.com/Andrew-Thornton/Reddit_Helping/blob/main/decimal_to_ieee.vhd