Donations to the archive would be appreciated to help fund our server hardware & storage drives. We are looking for developers to help build new software and archives, discuss here.

No.100197125 View ViewReplyOriginalReport
Why is verilog so pozzed?

WTF am I doing wrong ?

module fsm(Mplier,Mcand,Product,clk,reset,LOAD);
input[7:0] Mplier;
input[7:0] Mcand;
output [15:0] Product;
input LOAD;
input wire clk;
input wire reset;
//////////////////////////////////////////////////
localparam S0 =3'd0,
S1 = 3'd1,
S2 =3'd2,
S3 = 3'd3,
S4 =3'd4;



///////////////////////////////////////////////
reg[1:0] Shf;
reg[1:0] K;
reg[1:0] M;
reg[3:0] CNTR;
reg[16:0] ACC;
reg[2:0] NS;
reg[2:0] PS;
assign Product[15:0] =ACC[15:0];
always@(posedge clk) begin
if(reset) PS<=S0;
else PS<=NS;
end

always@(*) begin
case(PS)
S0:begin
ACC[7:0]=Mplier;
ACC[16:8]=0;
M=ACC[0];
K=0;
CNTR=0;
Shf=0;
if(LOAD==1) NS=S1;
else NS=S0;
end
S1: begin
M=ACC[0];
if(M==1) NS=S2;
else if (M==0 & K==0) begin
ACC=ACC>>1;
CNTR=CNTR+1;
NS=S1;
if(CNTR==6) K=1;
NS=S3;
end
else if(K==1 & M==0) NS=S4;
end
S2: begin
ACC[16:8]=ACC[16:8]+Mcand[7:0];
ACC=ACC>>1;
CNTR=CNTR+1;
if(K==1) NS=S3;
else NS=S1;

end
S3: begin
ACC=ACC>>1;
CNTR=CNTR+1;
NS=S1;
end
S4: begin
ACC=ACC>>1;
end
endcase
end
endmodule

No.100198008 View ViewReplyOriginalReport
Should I store my coomer projects on github? I would be embarrassed if someone found out. What is the alternative?
3 posts omitted

Which browser to use?

No.100197507 View ViewReplyOriginalReport
Brave sucks. They have become everything they said they wanted to fight
>advertisements (!) on your startpage
>dodgy, built-in VPN which they want to charge you for
>built-in crypto wallet (???)
>auto-update checks
So much for "I'm not a product", muh data isn't for sale. It's decent on Android, I'll give them that.
Which browser should Winfags use in 2024+?
23 posts and 5 images omitted

No.100197608 View ViewReplyOriginalReport
What cursor do you use?
7 posts and 2 images omitted

Coder Musik

No.100197946 View ViewReplyOriginalReport
What are you people listening to when coding?
this is my shit
https://youtu.be/psEMRalCPFQ
6 posts omitted

/sdg/ - Stable Diffusion General

No.100195136 View ViewReplyLast 50OriginalReport
Previous /sdg/ thread : >>100190707

>Beginner UI local install
Fooocus: https://github.com/lllyasviel/fooocus
EasyDiffusion: https://easydiffusion.github.io

>Local install
Automatic1111: https://github.com/automatic1111/stable-diffusion-webui
ComfyUI (Node-based): https://rentry.org/comfyui
AMD GPU: https://rentry.org/sdg-link#amd-gpu
Intel GPU: https://rentry.org/sdg-link#intel-gpu

>Use a VAE if your images look washed out
https://rentry.org/sdvae

>Auto1111 forks
Forge: https://github.com/lllyasviel/stable-diffusion-webui-forge
Anapnoe UX: https://github.com/anapnoe/stable-diffusion-webui-ux
Vladmandic: https://github.com/vladmandic/automatic

>Run cloud hosted instance
https://rentry.org/sdg-link#run-cloud-hosted-instance

>Try online without registration
txt2img: https://www.mage.space
img2img: https://huggingface.co/spaces/huggingface/diffuse-the-rest
Inpainting: https://huggingface.co/spaces/fffiloni/stable-diffusion-inpainting
pixart: https://huggingface.co/spaces/PixArt-alpha/PixArt-Sigma

>Models, LoRAs & embeddings
https://civitai.com
https://huggingface.co
https://rentry.org/embeddings

>Animation
https://rentry.org/AnimAnon
https://rentry.org/AnimAnon-AnimDiff
https://rentry.org/AnimAnon-Deforum

>SDXL info & download
https://rentry.org/sdg-link#sdxl

>Index of guides and other tools
https://codeberg.org/tekakutli/neuralnomicon
https://rentry.org/sdg-link
https://rentry.org/rentrysd

>View and submit GPU performance data
https://docs.getgrist.com/3mjouqRSdkBY/sdperformance
https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html

>Share image prompt info
4chan removes prompt info from images, share them with the following guide/site...
https://rentry.org/hdgcb
https://catbox.moe

>Related boards
>>>/h/hdg
>>>/e/edg
>>>/d/ddg
>>>/b/degen
>>>/vt/vtai
>>>/aco/sdg
>>>/trash/sdg

Official: discord.gg/stablediffusion
242 posts and 79 images omitted

No.100194778 View ViewReplyLast 50OriginalReport
You have about 10 seconds to explain to the rest of us why you are still not using Linux on your PC and laptop.
53 posts and 5 images omitted

/bst/ Battlestation thread

No.100174674 View ViewReplyLast 50OriginalReport
Work or home edition
100 posts and 24 images omitted

smart watch thread

No.100197269 View ViewReplyOriginalReport
Post smart your watches
Discuss smart watches
Picrel is my new apple watch :)
8 posts and 2 images omitted