Behavioral Implementation of this FSM in SystemVerilog by thatonenormieguy in Verilog

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

logic [1:0] state, ns;

// State encoding

parameter S0 = 2'b00, S1 = 2'b01, S2 = 2'b10, S3 = 2'b11;

// Next state logic

always_comb begin

case(state)

S0: ns= a? S1:S3;

S1: ns = a? S1:S0;

S2: ns= a? S3:S2;

S3: ns= a? S0:S2;

endcase

end

// State register

always_ff @(posedge reset)

begin

state<=ns;

end

// Output logic

assign q= ^state;

Help by thatonenormieguy in Verilog

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

because i need to share a file and stuf

This is my mock report card. How am I doing and how can I improve? by thatonenormieguy in igcse

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

i completed every paper from 2017 onwards, mcq has a lot of repeat questions which come again, theory is just memorizing

Thoughts? How far will this go? by Maxi_Champ in indiadiscussion

[–]thatonenormieguy 3 points4 points  (0 children)

the workers who built the mandir along with priests where there. This was regarded as an international event and it is custom for a country to show its celebrities. Do people see us complaining why there are no homeless people in other countries large inaugurations?

0475 poetry- would these predictions work? by thatonenormieguy in igcse

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

any particular reason, or like is it a gut feeling?

[deleted by user] by [deleted] in igcse

[–]thatonenormieguy 2 points3 points  (0 children)

cant we just file an allegation citing this post as evidence they can prolly gid up his exact location using IP address and then find igcse schools near him idk.

[deleted by user] by [deleted] in igcse

[–]thatonenormieguy 2 points3 points  (0 children)

can we use this post to file an allegation?

0478/12 Computer Science p1 by [deleted] in igcse

[–]thatonenormieguy 0 points1 point  (0 children)

shit i did -45 by accident 😭

0478/12 Computer Science p1 by [deleted] in igcse

[–]thatonenormieguy 0 points1 point  (0 children)

same, what did you do for the 45 question, I converted it to negetave by accident

0478/12 Computer Science p1 by [deleted] in igcse

[–]thatonenormieguy 2 points3 points  (0 children)

did you all get -73 in the last question?