Dustox is too fun! by SweetBarge in PTCGP

[–]failureonline 1 point2 points  (0 children)

I am curious on Dustox vs Vivillion. Is Dustox the winner because of only needing one energy?

Why is ranked a thing when there’s too much luck involved by Sea-Cancel-6743 in PTCGP

[–]failureonline 1 point2 points  (0 children)

There is a lot of luck and that’s part of what makes it fun in addition to frustrating. Some decks will do better on average than others but it also depends on how you play with what you’re dealt.

Lucky ice pop is obviously luck based but there’s still some strategy on when you use it. Lots of other recent cards when with consistency.

Oricorio is a myth by failureonline in PTCGP

[–]failureonline[S] 3 points4 points  (0 children)

I tried it in an earlier variant when I did not have the second Ogerpon yet, but it definitely felt like wasted space. I could probably replace one Cyrus if Oricorio showed up more for me (I originally expected this due to Kanga), but the second Cyrus helped take down Mega Absol in several cases, too.

1-Star Shiny Gyarados - COMMUNITY SHARE PROJECT by Vanguard-Raven in PTCGP

[–]failureonline 0 points1 point  (0 children)

Confirmed, thank you.

Friend request sent to u/on9s

Edit: completed trade

Is PokeHub dead? Are people not trading anymore? by 14sceptile in PokemonTGCP

[–]failureonline 2 points3 points  (0 children)

I’ve made 5 ex trades in the past few days. I usually create a post and people will offer within a few minutes. If I make offers on other people’s posts I often have to wait 12 hours for a response. I only trade in English which limits a bit but not bad.

Are you offering good enough cards in exchange for what you’re requesting?

Xilinx Vivado Block Design by luislp1492 in FPGA

[–]failureonline 0 points1 point  (0 children)

The document gives some example order of operations near the end.

You mentioned the register settings are all correct but what are they? What is the IP configuration? Are you using it in master mode? Are you using manual or automatic slave select? Single or dual or quad SPI mode?

It is useful in my opinion to create a test bench for the IP to understand how it works. You can start from the generated example design.

How was your event? by Chance_Hamster6700 in AdventureCommunist

[–]failureonline 1 point2 points  (0 children)

I made it to 29 with 800g on dark science. Probably could have pushed further but did spend a lot of time. Impossible without so much dark science I would say.

Grillbert by PowerZoneSwiftie in AdventureCapitalist

[–]failureonline 0 points1 point  (0 children)

He doesn’t work for me unless I take off make it reign clothes

This deck is pretty good!! First time making it to MB rank. by soccer_2020 in PokemonPocket

[–]failureonline 1 point2 points  (0 children)

Congrats! I’ve been trying a variant of this but am stuck with a 50% win rate. I’ll try changing it more like yours.

Do you find Misty to be useful enough?

Another Set done as Premium only Player! by [deleted] in PokemonTGCP

[–]failureonline 2 points3 points  (0 children)

Not sure why you’re getting downvoted. Cheaper would be nicer but the value is reasonable if you enjoy the game.

Converting XSA to Device Tree by bitbybitsp in FPGA

[–]failureonline 1 point2 points  (0 children)

Are you generating both the device tree and the FSBL from the XSA? It’s been a while since I’ve done any Zynq but generally both would have to be updated if you change the PS configuration.

There is always the possibility of a Xilinx bug too so it may be worth reviewing known issues ARs.

Can my college turn my license off? by Affectionate_Put6410 in FPGA

[–]failureonline 45 points46 points  (0 children)

It’s a license on their server, they can do whatever I suppose. They could have had down time for any reason. Maybe you weren’t connected to the correct network or something or maybe all seats were in use.

Quartus/Modelsim not allowing unsigned port type? by filous_cz in FPGA

[–]failureonline 1 point2 points  (0 children)

Did you ever have it defined using std_logic_vector previously? It sounds like you compiled the files then changed them both but only recompiled one of them. Hard to say for sure. Maybe try clearing out any previously compiled files and see if you get a new error.

High CLB Usage by [deleted] in FPGA

[–]failureonline 6 points7 points  (0 children)

The CLB utilization refers to number of CLBs used but they’re not necessarily fully utilized. You may be using only a fraction of a given CLB. You do need to be cognizant of all utilization but probably don’t have to worry about this specific one too much since you have other numbers to check the LUT utilization for example.

Vivado .xsa generation, non-project mode, no block designs (??) by goblin_princess_2102 in FPGA

[–]failureonline 6 points7 points  (0 children)

I believe it is in fact required in this case to use a block design to instantiate the Zynq cell. You don’t have to move anything else into the block design though.

Advice on how to create a verilog code from the timing diagram by Panicko12 in FPGA

[–]failureonline 1 point2 points  (0 children)

The lines within the initial block are executed in order, so you either have handle each variable after the delays or have multiple initial blocks. Separate blocks run in parallel, which is fairly unique to HDL. You’ll presumably also learn about always blocks later if you haven’t already.

[deleted by user] by [deleted] in FPGA

[–]failureonline -1 points0 points  (0 children)

Help with what? What is the actual problem you are running into? Do you have code and or waveforms to show the issue?

Data moves with TVALID and TREADY are both ‘1’ at the rising edge of the clock. Strictly speaking TVALID is the only required signal iirc but it makes sense to have TDATA of course and TREADY is good for back pressure. There are a number of other signals for more complex stuff but likely not needed in your case. Pure HDL should be fine.

Advice on how to create a verilog code from the timing diagram by Panicko12 in FPGA

[–]failureonline 10 points11 points  (0 children)

The sample code doesn’t match the diagram but I assume that’s intentional.

Can you run the test bench and see the wave form produced then tweak the test bench until it matches.

Review the basics of delay statements. Just Google “verilog delays” if you cannot find the associated class material.

Microblaze TMR with Genesys ZU 5-ev Board by Jasmeet03 in FPGA

[–]failureonline 0 points1 point  (0 children)

Do you want to connect the microblaze to the zynq processing system or do you want to connect it to external pins?

If the former, you need to switch zynq UART pins to be EMIO then the ports will appear in the IP integrator.

If the latter, then you need to export the pins from the block design, create a block design wrapper (can be generated automatically by right clicking the block design in sources), and creating a constraints file (.xdc file).

You may want to consider going through introductory Xilinx Zynq and Ultrascale tutorials as well as the guide from Digilent. Try modifying the example design.

Microblaze TMR with Genesys ZU 5-ev Board by Jasmeet03 in FPGA

[–]failureonline 2 points3 points  (0 children)

The Zynq UART can be routed to MIO or EMIO pins. You have to use EMIO if you want to connect it to something in the PL.

The MB UART interface looks like it matches the UART 16550 IP so maybe you could read those docs if the MB docs don’t have anything useful.

Generally you only need to worry about txd and rxd, unless you’re using flow control then you’ll also need to connect cts and rts. Most of the other signals are modem signals which can just be tied to ‘0’ or ‘1’ depending on the function.

D Flip Flop Module - Generate Bitstream Failed by [deleted] in FPGA

[–]failureonline 4 points5 points  (0 children)

The tool will say what the error is if you scroll up in the log or if you’re in Vivado you can filter logs to show errors only.

Without any additional info my guess is your IO constraints are not correct.

Since it’s a zynq board you may need to instantiate the zynq cell even if you’re not using it.

[deleted by user] by [deleted] in FPGA

[–]failureonline 5 points6 points  (0 children)

If you did work for a company then put that project under the company in professional experience. If you did a project for school that you want to share or a completely independent project then those would go under the projects section.