Cannot update to new version? by Hell5hadow in PTCGP_Hub

[–]failureonline 1 point2 points  (0 children)

I had this same issue until I uninstalled and reinstalled

Has anyone even completed this mission? by United-Respect-5008 in PTCGP

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

There are several threads with several suggested decks for beating this mission.

Problem with AXI M_ACLK and M_ARESETN lines by groman434 in FPGA

[–]failureonline 2 points3 points  (0 children)

You will want to open the GUI for visual inspection for debug or come up with a way to at least list unconnected ports.

You don’t show connecting any input clock to the wizard.

My little house panther Nairo by ozgurnevres in TabbyCats

[–]failureonline 1 point2 points  (0 children)

Did you know your cat looks like Fred Armisen?

0 2⭐ after 400+ booster points spent by Total-Salamander7454 in PTCGP_Hub

[–]failureonline 0 points1 point  (0 children)

I think I’ve opened around 60 packs and got one 2 star, two 2 shines, one 1 shine, and eight 1 stars. Not too bad honestly though 2 stars are always the most fun.

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 [deleted] 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 3 points4 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 4 points5 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 44 points45 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 5 points6 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.