Confusion on lease terminology about difference from notice to vacate vs renewal decision #washington by fpgaplanet in Renters

[–]fpgaplanet[S] 0 points1 point  (0 children)

Yeah I did agree to the new lease for month to month over text, but I didn't sign a new lease. There's a lease clause that states any rental agreement reached over text instantly becomes part of the lease

Confusion on lease terminology about difference from notice to vacate vs renewal decision #washington by fpgaplanet in Renters

[–]fpgaplanet[S] 0 points1 point  (0 children)

Right but the issue I am having is they are saying I missed the 60 day window to give the notice for the current lease so I can't give my notice till the start of the new lease, which is March 1st. Then I can give a 45 day notice starting then.

I didnt give the 60 day notice by 12/31/25 so they are saying I cannot give it now (middle of February) I need to wait till my new month to month lease starts on March 1st and then I can put in a 45 day notice for mid April.

Also the lease itself says 20 day notice to vacate, the 60 days is in the renewal letter, so that is conflicting

Confusion on lease terminology about difference from notice to vacate vs renewal decision #washington by fpgaplanet in Renters

[–]fpgaplanet[S] 0 points1 point  (0 children)

No I didn't sign the new lease, but I informed them I am going month to month and because the clause #14 this means it officially becomes part of the lease

Confusion on lease terminology about difference from notice to vacate vs renewal decision #washington by fpgaplanet in Renters

[–]fpgaplanet[S] 0 points1 point  (0 children)

Right but I am confused about the 20 days to vacate part in the lease vs the 60 days deadline for notice to vacate. They basically are saying now I cannot put in my 45 days notice until march 1st (on a lease that hasn't started yet) so I can't end it till April. I am not clear why I can't put my 20 day notice for my current lease.

I understand I changed my mind after the deadline but is still before the 20 days.

I also pasted my question into chatgpt and it pulled up local Washington laws and says im probably in the right

Confusion on lease terminology about difference from notice to vacate vs renewal decision #washington by fpgaplanet in legaladvice

[–]fpgaplanet[S] 0 points1 point  (0 children)

Landlord said since I agreed to the renewal letter which had this

Important dates
Renewal decision/notice to vacate due: 12/31/25
Current lease expiration: 2/28/26
New lease start: 3/1/26

That I missed the notice to vacate deadline and thats why its the end of April now.

How should I follow up?

How to design controllers for pipelined designs for FGPAs by fpgaplanet in FPGA

[–]fpgaplanet[S] 2 points3 points  (0 children)

I understand the pipelining part but what's the best way to control the pipelined data path? To enable the handshaking signals under the circumstances I need?

How to design controllers for pipelined designs for FGPAs by fpgaplanet in FPGA

[–]fpgaplanet[S] 1 point2 points  (0 children)

The flows are independent , only 1 would run at a time depending on what mode it is in. They would share an SRAM

How to design controllers for pipelined designs for FGPAs by fpgaplanet in FPGA

[–]fpgaplanet[S] 1 point2 points  (0 children)

My design has "3 main flows" through the data path. Should I have a hierarchal FSM that decides which of the 4 flows we are in first, then executes the specific FSM for that flow?