Electronics

Electronics

Some articles about things i learnt in my post-graduated school :)


JAVA Classes

25 Apr 2021 2 minute read 0 comments ben06x

In this article I will deal with some tricky things about classes in JAVA.   1.Rectangle class   We create a new Java Project named Rectangle, to which we add the following Rectangle class:   Our Rectangle class contains: a public attribute, repres...

Files in VHDL

24 Apr 2021 1 minute read 1 comment ben06x

Through this article, a programmable components from files will be described to generate a sinusoïde, on the basis of points previously recorded in a file. Reading initial data: we can, for example, read the contents of a memory or a coefficient tabl...

Genericity of VHDL descriptions

17 Apr 2021 1 minute read 0 comments ben06x

Through this article we want to describe two configurable components: a multi-function operator, structurally described from an elementary cell a FIFO that allows the communication of messages between two asynchronous processors.   1. Arithmetic op...

Simulation scripts in VHDL to make a binary multiplier hardware in sequential form

11 Apr 2021 1 minute read 0 comments ben06x

The goal of this article is to show how to create a simulation script in VHDL to make a binary multiplier hardware in sequential form, multiplying 10 by 19, giving 190. in output.   In a run_file.tcl file, we type the following script commands: This...

Synthesis and implementation of a seven-segment display

5 Apr 2021 4 minute read 0 comments ben06x

Through this practical work we will describe sequential and combinatorial blocks in the form behavioral. We will thus see the impact of this writing on the inference of the blocks from the RTL scheme. We will then obtain the technological diagram fro...